mirror of
https://github.com/wled/WLED.git
synced 2025-07-19 00:36:36 +00:00
typo fix
This commit is contained in:
parent
0937064e18
commit
d637260dc3
@ -217,7 +217,7 @@ bool PinManager::isPinOk(byte gpio, bool output)
|
||||
|
||||
if (strncmp_P(PSTR("ESP32-U4WDH"), ESP.getChipModel(), 11) == 0) {
|
||||
// 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)) ||
|
||||
if ((gpio == 1) || (gpio == 3) || ((gpio >= 6) && (gpio <= 8)) ||
|
||||
(gpio == 11) || (gpio == 16) || (gpio == 17) || (gpio == 20) ||
|
||||
(gpio == 24) || ((gpio >= 28) && (gpio <= 31)))
|
||||
return false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user