mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-24 11:46:34 +00:00
Add GPIO26 for ESP One #312
This commit is contained in:
parent
dec2531686
commit
fe7db71e8b
@ -1192,7 +1192,7 @@ static void webHandleGuiConfig()
|
||||
httpMessage += getOption(-1, F("None"), bcklpin);
|
||||
#if defined(ARDUINO_ARCH_ESP32)
|
||||
char buffer[10];
|
||||
uint8_t pins[] = {0, 5, 12, 13, 15, 16, 17, 18, 19, 21, 22, 23, 27, 32};
|
||||
uint8_t pins[] = {0, 5, 12, 13, 15, 16, 17, 18, 19, 21, 22, 23, 26, 27, 32};
|
||||
for(uint8_t i = 0; i < sizeof(pins); i++) {
|
||||
// if(!gpioIsSystemPin(pins[i])) {
|
||||
snprintf_P(buffer, sizeof(buffer), PSTR("GPIO %d"), pins[i]);
|
||||
|
Loading…
x
Reference in New Issue
Block a user