mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 00:09:51 +03:00
use const char * where possible
This commit is contained in:
@@ -77,9 +77,7 @@ class Helpers {
|
||||
static uint8_t count_items(const char * const ** list);
|
||||
static uint8_t count_items(const char * const * list);
|
||||
|
||||
static std::string translated_word(const char * const * strings, bool to_lower = false);
|
||||
static const char * translated_fullname(const char * const * strings);
|
||||
|
||||
static const char * translated_word(const char * const * strings);
|
||||
|
||||
#ifdef EMSESP_STANDALONE
|
||||
static char * ultostr(char * ptr, uint32_t value, const uint8_t base);
|
||||
|
||||
Reference in New Issue
Block a user