diff --git a/src/core/core.cpp b/src/core/core.cpp index d2eb671..6102f07 100644 --- a/src/core/core.cpp +++ b/src/core/core.cpp @@ -13,6 +13,10 @@ const uint8_t PROGMEM pinBootProgram[] = { PIN_A_BUTTON, INPUT_PULLUP, PIN_B_BUTTON, INPUT_PULLUP, + // audio is specifically not included here as those pins are handled + // separately by `audio.begin()`, `audio.on()` and `audio.off()` in order + // to respect the EEPROM audio settings + // OLED SPI DC, OUTPUT, CS, OUTPUT,