Add reserved pins for ESP32 too.
This commit is contained in:
parent
071281c13a
commit
6e19e6f0a0
@ -276,13 +276,11 @@ void getSettingsJS(byte subPage, char* dest)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#ifdef ESP8266
|
|
||||||
if (i) oappend(SET_F(","));
|
if (i) oappend(SET_F(","));
|
||||||
oappend(SET_F("6,7,8,9,10,11")); // flash memory pins
|
oappend(SET_F("6,7,8,9,10,11")); // flash memory pins
|
||||||
#ifdef WLED_DEBUG
|
#ifdef WLED_DEBUG
|
||||||
oappend(SET_F(",1"));
|
oappend(SET_F(",1"));
|
||||||
#endif
|
#endif
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
oappend(SET_F("];"));
|
oappend(SET_F("];"));
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user