mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
remove duplicate condition
This commit is contained in:
@@ -105,8 +105,6 @@ static void setup_commands(std::shared_ptr<Commands> & commands) {
|
||||
to_app(shell).show_sensor_values(shell);
|
||||
} else if (command == F_(mqtt)) {
|
||||
Mqtt::show_mqtt(shell);
|
||||
} else if (command == F_(commands)) {
|
||||
Command::show_all(shell);
|
||||
} else {
|
||||
shell.printfln("Unknown show command");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user