Removed ap pin from generic ESP32

This commit is contained in:
Gunnar Skjold 2022-01-16 19:38:35 +01:00 committed by GitHub
parent e4d4753181
commit 50c06e2cfe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1040,7 +1040,6 @@ void AmsWebServer::handleSetup() {
break;
case 200: // ESP32
gpioConfig->hanPin = 16;
gpioConfig->apPin = 0;
gpioConfig->ledPin = 2;
gpioConfig->ledInverted = false;
break;