Index: sources/storage/StorageGlobals.cpp =================================================================== diff -u -r7077e38c74db9cccb5496ffefcf8936c0916de76 -r61f16c988a159401c92730b4cbfca5085c77222f --- sources/storage/StorageGlobals.cpp (.../StorageGlobals.cpp) (revision 7077e38c74db9cccb5496ffefcf8936c0916de76) +++ sources/storage/StorageGlobals.cpp (.../StorageGlobals.cpp) (revision 61f16c988a159401c92730b4cbfca5085c77222f) @@ -21,7 +21,7 @@ * \brief Storage * \details The container of the constant global variable withing Storage namespace members. * For example it currently includes USB mount root folder and SD Card mount root folder and such, - * which is used by Logger, DriveWatcher, ... . + * which is used by Logger, DeviceController, ... . */ namespace Storage { @@ -105,4 +105,9 @@ const char *WifiSettings_SubnetMask = "wifi/subnetmask"; const char *WifiSettings_DNS = "wifi/dns"; const char *WifiSettings_UseDHCP = "wifi/useDHCP"; + + // Brightness + const char *Brightness_Set = "brightness_set.sh"; + const char *Brightness_Get = "brightness_get.sh"; + }