From 482d96d4fa286d6b7153538a5c51022b1fdea4b4 Mon Sep 17 00:00:00 2001 From: Christian Mittring Date: Sat, 31 Mar 2018 17:41:30 +0200 Subject: [PATCH] [Added]: text --- LichtWecker/eeprom.ino | 2 ++ LichtWecker/ntp.ino | 1 + 2 files changed, 3 insertions(+) diff --git a/LichtWecker/eeprom.ino b/LichtWecker/eeprom.ino index 8565b0f..c9edd15 100644 --- a/LichtWecker/eeprom.ino +++ b/LichtWecker/eeprom.ino @@ -1,3 +1,5 @@ +//Code to save some settings + uint addr = 0; struct { diff --git a/LichtWecker/ntp.ino b/LichtWecker/ntp.ino index 4e145bf..ac153b8 100644 --- a/LichtWecker/ntp.ino +++ b/LichtWecker/ntp.ino @@ -1,3 +1,4 @@ +//Code to update time from the web void update_time_from_web(){ //Serial.println(wifi_connected); if (wifi_connected == true)