booleans for system-info

This commit is contained in:
MichaelDvP
2020-09-25 09:07:24 +02:00
parent 35864a52c3
commit 3e66696ef5
3 changed files with 20 additions and 14 deletions

View File

@@ -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);