Fixed Pow-P1 profile

This commit is contained in:
Gunnar Skjold 2022-08-17 17:32:53 +02:00
parent 2978116207
commit 43def1c311

View File

@ -1044,7 +1044,7 @@ void AmsWebServer::handleSetup() {
gpioConfig->vccResistorVcc = 33;
break;
case 6: // Pow-P1
gpioConfig->hanPin = 18;
gpioConfig->hanPin = 16;
gpioConfig->apPin = 0;
gpioConfig->ledPinRed = 13;
gpioConfig->ledPinGreen = 14;