This commit is contained in:
Bodmer
2023-05-10 19:15:49 +01:00
committed by GitHub
parent cf66b633af
commit b8b45b0b04

View File

@ -145,7 +145,7 @@ void pioinit(uint32_t clock_freq) {
if (!pio_can_add_program(tft_pio, &tft_io_program)) {
tft_pio = pio1;
if (!pio_can_add_program(tft_pio, &tft_io_program)) {
Serial.println("No room for PIO program!");
// Serial.println("No room for PIO program!");
return;
}
}