From 12db60885f7e82d6b4b194a70f7e398b7cf39dfe Mon Sep 17 00:00:00 2001 From: ladyada Date: Tue, 31 Dec 2024 17:02:52 -0500 Subject: [PATCH] try debug --- wled00/pin_manager.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wled00/pin_manager.cpp b/wled00/pin_manager.cpp index 1110ae0e46..7ee1076bdc 100644 --- a/wled00/pin_manager.cpp +++ b/wled00/pin_manager.cpp @@ -215,7 +215,9 @@ bool PinManager::isPinOk(byte gpio, bool output) // GPIO46 is input only and pulled down #else + Serial.printf("GPIO TEST %d\n\r", gpio); if (strncmp_P(PSTR("ESP32-U4WDH"), ESP.getChipModel(), 11) == 0) { + Serial.println("U4WDH"); // this chip has 4 MB of internal Flash and different packaging, so available pins are different! if ((gpio == 1) || (gpio == 3) || ((gpio >= 6) && (gpio <= 8)) || (gpio == 11) || (gpio == 16) || (gpio == 17) || (gpio == 20) ||