mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2026-01-28 17:49:08 +03:00
minor changes, added gpio command - #445
This commit is contained in:
@@ -58,9 +58,9 @@ class Helpers {
|
||||
|
||||
static std::string toLower(std::string const & s);
|
||||
|
||||
static bool value2number(const char * v, int value);
|
||||
static bool value2float(const char * v, float value);
|
||||
static bool value2bool(const char * v, uint8_t value);
|
||||
static bool value2number(const char * v, int & value);
|
||||
static bool value2float(const char * v, float & value);
|
||||
static bool value2bool(const char * v, bool & value);
|
||||
static bool value2string(const char * v, std::string & value);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user