Merge pull request #400 from MichaelDvP/v2

updated uart
This commit is contained in:
Proddy
2020-06-16 15:11:01 +02:00
committed by GitHub
11 changed files with 202 additions and 152 deletions

View File

@@ -104,7 +104,7 @@ char * Helpers::render_value(char * result, uint8_t value, uint8_t format) {
return (result);
}
static char s2[5] = {0};
char s2[5] = {0};
switch (format) {
case 2:
@@ -226,7 +226,7 @@ char * Helpers::render_value(char * result, const uint32_t value, const uint8_t
return (result);
}
static char s[20] = {0};
char s[20] = {0};
#ifndef EMSESP_STANDALONE
if (format <= 1) {