mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 16:29:51 +03:00
brand_to_string to brand_to_char. use const char * where possible
This commit is contained in:
@@ -178,7 +178,7 @@ class EMSdevice {
|
||||
}
|
||||
}
|
||||
|
||||
const std::string brand_to_string();
|
||||
const char * brand_to_char();
|
||||
const std::string to_string();
|
||||
const std::string to_string_short();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user