[Update]: Testing Version 0.04

This commit is contained in:
Christian Mittring
2018-04-01 12:18:23 +02:00
parent 1ecddd2789
commit 2d4a10990a

View File

@@ -89,8 +89,6 @@ void configModeCallback (WiFiManager *myWiFiManager) {
}
void setup() {
// put your setup code here, to run once:
// Initializing serial port for debugging purposes
Serial.begin(115200);
delay(10);
@@ -171,9 +169,9 @@ void setup() {
else{
WiFi.mode(WIFI_OFF);
}
display_text("Licht Wecker","SW: 0.03");
display_text("Licht Wecker","SW: 0.04");
delay(1000);
display_text("Licht Wecker","HW: 0.02");
display_text("Licht Wecker","HW: 0.10");
delay(1000);
display_text("Licht Wecker","");
@@ -253,7 +251,7 @@ void loop() {
//OTA
unsigned long currentMillis = millis();
long intervall = currentMillis - previousMillis;
unsigned long intervall = currentMillis - previousMillis;
release_gui(currentMillis);