add telnet command show gpio

This commit is contained in:
proddy
2025-12-14 21:10:45 +01:00
parent bc870b2aa2
commit da3ac1794e
4 changed files with 23 additions and 2 deletions

View File

@@ -100,6 +100,8 @@ static void setup_commands(std::shared_ptr<Commands> const & commands) {
EMSESP::show_sensor_values(shell);
} else if (command == F_(mqtt)) {
Mqtt::show_mqtt(shell);
} else if (command == F_(gpio)) {
EMSESP::system_.show_gpio(shell);
} else {
shell.printfln("Unknown show command");
}