MKS Robin Nano CI Tests (#18927)
This commit is contained in:
committed by
Scott Lahteine
parent
da6e5ce3db
commit
9493682e49
@ -510,9 +510,8 @@ uint8_t public_buf[512];
|
||||
uint8_t pic_counter = 0;
|
||||
W25QXX.SPI_FLASH_BufferRead(&pic_counter, PIC_COUNTER_ADDR, 1);
|
||||
SERIAL_ECHOLNPAIR("Total assets loaded: ", pic_counter);
|
||||
SERIAL_ECHOLNPAIR("Total Uncompressed: ", totalSizes, ", Compressed: ", totalCompressed);
|
||||
#endif
|
||||
|
||||
SERIAL_ECHOLNPAIR("Total Uncompressed: ", totalSizes, ", Compressed: ", totalCompressed);
|
||||
}
|
||||
|
||||
#if HAS_SPI_FLASH_FONT
|
||||
|
Reference in New Issue
Block a user