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

@@ -33,7 +33,7 @@ void Controller::device_info_web(JsonArray & root) {
// display all values into the shell console
void Controller::show_values(uuid::console::Shell & shell) {
// EMSdevice::show_values(shell); // always call this to show header
EMSdevice::show_values(shell); // always call this to show header
}
// publish values via MQTT