init
This commit is contained in:
14
lib/framework/SettingValue.h
Normal file
14
lib/framework/SettingValue.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef SettingValue_h
|
||||
#define SettingValue_h
|
||||
|
||||
#include <Arduino.h>
|
||||
|
||||
#ifdef ESP8266
|
||||
#include <ESP8266WiFi.h>
|
||||
#endif
|
||||
|
||||
namespace SettingValue {
|
||||
String format(String value);
|
||||
};
|
||||
|
||||
#endif // end SettingValue
|
||||
Reference in New Issue
Block a user