Correct Vcc GPIO for Pow-K+

This commit is contained in:
Gunnar Skjold 2022-08-01 12:48:31 +02:00
parent 313024f273
commit cab6c54ed9

View File

@ -1036,7 +1036,7 @@ void AmsWebServer::handleSetup() {
gpioConfig->ledPinRed = 13;
gpioConfig->ledPinGreen = 14;
gpioConfig->ledRgbInverted = true;
gpioConfig->vccPin = 35;
gpioConfig->vccPin = 10;
gpioConfig->vccResistorGnd = 22;
gpioConfig->vccResistorVcc = 33;
break;