mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 00:09:51 +03:00
code optimizations based on static analysis checks
This commit is contained in:
@@ -33,7 +33,7 @@ void Generic::device_info_web(JsonArray & root) {
|
||||
|
||||
// display all values into the shell console
|
||||
void Generic::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
|
||||
|
||||
Reference in New Issue
Block a user