Index: sources/storage/StorageGlobals.h =================================================================== diff -u -r7077e38c74db9cccb5496ffefcf8936c0916de76 -rd005537390186cc065a824a923f41d615782b552 --- sources/storage/StorageGlobals.h (.../StorageGlobals.h) (revision 7077e38c74db9cccb5496ffefcf8936c0916de76) +++ sources/storage/StorageGlobals.h (.../StorageGlobals.h) (revision d005537390186cc065a824a923f41d615782b552) @@ -72,4 +72,10 @@ extern const char *WifiSettings_DNS; extern const char *WifiSettings_UseDHCP; + // UI POST + extern const char *Path_FileSystem_Checksums; + extern const char *Path_Modules_Check; + extern const char *Path_Touchscreen_Check; + extern const char *Path_Bluetooth_Check; + extern const char *Path_RTC_Check; }