Files
WordClockESP/lib/framework/SettingValue.h
T

15 lines
203 B
C++
Raw Normal View History

2021-01-03 17:00:36 +00:00
#ifndef SettingValue_h
#define SettingValue_h
#include <Arduino.h>
#ifdef ESP8266
#include <ESP8266WiFi.h>
#endif
namespace SettingValue {
String format(String value);
};
#endif // end SettingValue