mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
remove redundant code
This commit is contained in:
@@ -322,8 +322,6 @@ void EMSESP::show_device_values(uuid::console::Shell & shell) {
|
|||||||
char s[10];
|
char s[10];
|
||||||
shell.print(Helpers::render_value(s, (float)data.as<float>(), 1));
|
shell.print(Helpers::render_value(s, (float)data.as<float>(), 1));
|
||||||
} else if (data.is<bool>()) {
|
} else if (data.is<bool>()) {
|
||||||
char s[10];
|
|
||||||
// shell.print(Helpers::render_boolean(s, data.as<bool>()));
|
|
||||||
shell.print(data.as<bool>() ? F_(on) : F_(off));
|
shell.print(data.as<bool>() ? F_(on) : F_(off));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user