code optimizations based on static analysis checks

This commit is contained in:
proddy
2020-11-23 18:15:47 +01:00
parent d47a6f36af
commit ac1f8c0c58
11 changed files with 31 additions and 24 deletions

View File

@@ -413,7 +413,7 @@ void EMSdevice::print_value_json(uuid::console::Shell & shell,
shell.println();
}
// print value to shell from the json doc into a name/value pair
// create json key/value pair
void EMSdevice::print_value_json(JsonArray & root,
const __FlashStringHelper * key,
const __FlashStringHelper * prefix,