Index: sources/storage/StorageGlobals.h =================================================================== diff -u -r54f11a67ea7b62c64e797d3947d0858530394467 -r96b249bba7de97afe17cfbdaf02250dbded38f4b --- sources/storage/StorageGlobals.h (.../StorageGlobals.h) (revision 54f11a67ea7b62c64e797d3947d0858530394467) +++ sources/storage/StorageGlobals.h (.../StorageGlobals.h) (revision 96b249bba7de97afe17cfbdaf02250dbded38f4b) @@ -70,4 +70,7 @@ extern const char *WifiSettings_SubnetMask; extern const char *WifiSettings_DNS; extern const char *WifiSettings_UseDHCP; + + // Date and Time + extern const char *Date_Time_Set; }