mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 00:09:51 +03:00
booleans for system-info
This commit is contained in:
@@ -38,7 +38,7 @@ class Helpers {
|
||||
static char * render_value(char * result, const uint32_t value, const uint8_t format);
|
||||
static char * render_value(char * result, const int16_t value, const uint8_t format);
|
||||
|
||||
static void render_boolean(char * result, bool value);
|
||||
static char * render_boolean(char * result, bool value);
|
||||
|
||||
static char * smallitoa(char * result, const uint8_t value);
|
||||
static char * smallitoa(char * result, const uint16_t value);
|
||||
|
||||
Reference in New Issue
Block a user