diff --git a/src/web/AmsWebServer.cpp b/src/web/AmsWebServer.cpp index 21be35ec..4972fac7 100644 --- a/src/web/AmsWebServer.cpp +++ b/src/web/AmsWebServer.cpp @@ -1189,22 +1189,22 @@ void AmsWebServer::configDebugHtml() { String AmsWebServer::getSerialSelectOptions(int selected) { String gpioOptions; if(selected == 3) { - gpioOptions += ""; + gpioOptions += ""; } else { - gpioOptions += ""; + gpioOptions += ""; } #if defined(ESP32) int numGpio = 24; int gpios[] = {4,5,6,7,8,10,11,12,13,14,15,17,18,19,21,22,23,25,32,33,34,35,36,39}; if(selected == 9) { - gpioOptions += ""; + gpioOptions += ""; } else { - gpioOptions += ""; + gpioOptions += ""; } if(selected == 16) { - gpioOptions += ""; + gpioOptions += ""; } else { - gpioOptions += ""; + gpioOptions += ""; } #elif defined(ESP8266) int numGpio = 9;