mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 00:09:51 +03:00
merge PR #901 - added dhw alternating operation
This commit is contained in:
@@ -55,6 +55,7 @@ class Helpers {
|
||||
static std::string toLower(std::string const & s);
|
||||
static std::string toUpper(std::string const & s);
|
||||
static std::string toLower(const char * s);
|
||||
static void CharToUpperUTF8(char * c);
|
||||
|
||||
static void replace_char(char * str, char find, char replace);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user