mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2026-01-26 16:49:11 +03:00
updated gpio test logic
This commit is contained in:
@@ -321,7 +321,7 @@ static void setup_commands(std::shared_ptr<Commands> const & commands) {
|
||||
return StateUpdateResult::CHANGED;
|
||||
});
|
||||
shell.printfln("Loaded board profile %s", board_profile.c_str());
|
||||
EMSESP::system_.network_init(true);
|
||||
EMSESP::system_.network_init();
|
||||
});
|
||||
|
||||
commands->add_command(
|
||||
@@ -357,7 +357,7 @@ static void setup_commands(std::shared_ptr<Commands> const & commands) {
|
||||
shell.printfln(F_(tx_mode_fmt), settings.tx_mode);
|
||||
return StateUpdateResult::CHANGED;
|
||||
});
|
||||
EMSESP::system_.uart_init(false);
|
||||
EMSESP::system_.uart_init();
|
||||
});
|
||||
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user