Merge branch 'master' into lng-parser

This commit is contained in:
Gunnar Skjold
2022-08-17 17:33:24 +02:00
3 changed files with 12 additions and 6 deletions

View File

@@ -1047,7 +1047,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;