Fixed: Arduino Dir && Fixed: ADC Check

This commit is contained in:
TheJoKlLa 2022-08-31 20:44:00 +02:00
parent 18d27d69df
commit ff8f51c173
2 changed files with 1 additions and 1 deletions

View File

View File

@ -337,7 +337,7 @@ void setup(void){
Serial.print("value: ");
Serial.println(value);
if (value < 512) // button pressed? -> attention: button signal is inverted
if (value > 512) // button pressed? -> attention: button signal is inverted
setupAP(); // -> configuration
else
setupMQTT(); // -> start MQTT-Client