Changes after testing + adding S2 profiles

This commit is contained in:
Gunnar Skjold
2022-07-21 20:54:55 +02:00
parent 280dd8605b
commit f9ddd7533a
4 changed files with 14 additions and 4 deletions

View File

@@ -1073,6 +1073,14 @@ void AmsWebServer::handleSetup() {
gpioConfig->ledPin = 2;
gpioConfig->ledInverted = false;
break;
case 50: // S2
gpioConfig->hanPin = 18;
break;
case 51: // S2-mini
gpioConfig->hanPin = 18;
gpioConfig->ledPin = 15;
gpioConfig->ledInverted = false;
break;
}
WiFiConfig wifi;