MKS Robin Nano CI Tests (#18927)

This commit is contained in:
Victor Oliveira
2020-08-06 10:15:19 -03:00
committed by GitHub
parent 99ba866d8d
commit b2abeff9ad
4 changed files with 41 additions and 18 deletions

View File

@ -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