Skip to content

Commit 12db608

Browse files
committed
try debug
1 parent d637260 commit 12db608

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

wled00/pin_manager.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,9 @@ bool PinManager::isPinOk(byte gpio, bool output)
215215
// GPIO46 is input only and pulled down
216216
#else
217217

218+
Serial.printf("GPIO TEST %d\n\r", gpio);
218219
if (strncmp_P(PSTR("ESP32-U4WDH"), ESP.getChipModel(), 11) == 0) {
220+
Serial.println("U4WDH");
219221
// this chip has 4 MB of internal Flash and different packaging, so available pins are different!
220222
if ((gpio == 1) || (gpio == 3) || ((gpio >= 6) && (gpio <= 8)) ||
221223
(gpio == 11) || (gpio == 16) || (gpio == 17) || (gpio == 20) ||

0 commit comments

Comments
 (0)