#ifndef SettingValue_h #define SettingValue_h #include #ifdef ESP8266 #include #endif namespace SettingValue { String format(String value); }; #endif // end SettingValue