pininfo improvements

new PSRAM PIN descriptions for ESP32-D0WDR2-V3 and ESP32-PICO-V3-02
This commit is contained in:
Frank
2026-02-13 16:25:48 +01:00
parent 29355e7c3d
commit b25af92ddd
2 changed files with 13 additions and 5 deletions

View File

@@ -906,8 +906,9 @@ void WLED::setup()
// WLEDMM : dump GPIO infos (experimental, UI integration pending)
//#ifdef WLED_DEBUG
USER_PRINTLN(F("\nGPIO\t| Assigned to\t\t| Info"));
USER_PRINTLN(F("\n\nGPIO\t| Assigned to\t\t| Info"));
USER_PRINTLN(F("--------|-----------------------|------------"));
USER_FLUSH(); // avoid lost lines (Serial buffer overflow)
for(int pinNr = 0; pinNr < WLED_NUM_PINS; pinNr++) { // 49 = highest PIN on ESP32-S3
#if defined(CONFIG_IDF_TARGET_ESP32S3)
if((pinManager.isPinOk(pinNr, false)) || (pinNr > 18 && pinNr < 21)) { // softhack007: list USB pins