added renderer for char strings, like the boiler's service code text

This commit is contained in:
proddy
2020-09-29 13:30:57 +02:00
parent 92dab0bb00
commit f3dadb3042
2 changed files with 8 additions and 1 deletions

View File

@@ -40,7 +40,8 @@ class Helpers {
static char * render_value(char * result, const uint16_t value, const uint8_t format);
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 char * render_value(char * result, const char * value, uint8_t format);
static char * render_boolean(char * result, bool value);
static char * smallitoa(char * result, const uint8_t value);