Skip to content

Commit 1a03dbb

Browse files
committed
Removed some reserved pins I don't think need reserved all tne time
1 parent 76e2d62 commit 1a03dbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wled00/pin_manager.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -823,7 +823,7 @@ bool PinManagerClass::isPinOk(byte gpio, bool output) const
823823
if ( gpio < 2) return false; // NC unless you mod the board.
824824
if ( gpio == 9) return false; // I2S Sound Output Pin
825825
if (gpio > 13 && gpio < 20) return false; // ESP-Hosted WiFi pins
826-
if (gpio > 23 && gpio < 26) return false; // USB Pins
826+
// if (gpio > 23 && gpio < 26) return false; // USB Pins
827827
if (gpio > 27 && gpio < 32) return false; // Ethernet pins
828828
if (gpio > 33 && gpio < 36) return false; // Ethernet pins - boot button is on 35 and works... but messes with Ethernet if enabled in WLED
829829
// if (gpio > 36 && gpio < 38) return false; // Serial console.

0 commit comments

Comments
 (0)