Some changes before public testing

This commit is contained in:
Gunnar Skjold
2020-05-24 17:14:16 +02:00
parent 8d938f111c
commit 23c90315a5
5 changed files with 26 additions and 5 deletions

View File

@@ -594,7 +594,7 @@ void AmsWebServer::handleSetup() {
config->setTempSensorPin(14);
config->setVccMultiplier(1.1);
break;
case 199: // ESP8266
case 100: // ESP8266
config->setHanPin(3);
config->setLedPin(2);
config->setLedInverted(true);
@@ -619,7 +619,7 @@ void AmsWebServer::handleSetup() {
config->setLedPin(2);
config->setLedInverted(false);
break;
case 299: // ESP32
case 200: // ESP32
config->setHanPin(16);
config->setApPin(0);
config->setLedPin(2);