Skip to content

Commit d637260

Browse files
committed
typo fix
1 parent 0937064 commit d637260

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wled00/pin_manager.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ bool PinManager::isPinOk(byte gpio, bool output)
217217

218218
if (strncmp_P(PSTR("ESP32-U4WDH"), ESP.getChipModel(), 11) == 0) {
219219
// this chip has 4 MB of internal Flash and different packaging, so available pins are different!
220-
if ((gpio == 1) || (gpio == 3) || ((gpio >= 6) && (gpio =< 8)) ||
220+
if ((gpio == 1) || (gpio == 3) || ((gpio >= 6) && (gpio <= 8)) ||
221221
(gpio == 11) || (gpio == 16) || (gpio == 17) || (gpio == 20) ||
222222
(gpio == 24) || ((gpio >= 28) && (gpio <= 31)))
223223
return false;

0 commit comments

Comments
 (0)