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)