Merge branch 'dev_no_master_thermostat' into idf4_no_master

This commit is contained in:
MichaelDvP
2022-05-06 12:01:38 +02:00
27 changed files with 479 additions and 645 deletions

View File

@@ -52,7 +52,6 @@ char * Helpers::hextoa(char * result, const uint16_t value) {
return result;
}
// same as above but to a hex string
std::string Helpers::hextoa(const uint16_t value, bool prefix) {
char buf[5];