change help string

This commit is contained in:
Proddy
2023-01-25 21:22:07 +01:00
parent 58e95610e8
commit 7eddf4882c

View File

@@ -327,7 +327,7 @@ static void setup_commands(std::shared_ptr<Commands> & commands) {
networkSettings.ssid = arguments.front().c_str();
return StateUpdateResult::CHANGED;
});
shell.println("Use `wifi reconnect` to apply the new settings");
shell.println("Use `wifi reconnect` to save and apply the new settings");
});