text change

This commit is contained in:
Proddy
2022-05-07 17:50:22 +02:00
parent 964e75e191
commit ee0492771d

View File

@@ -661,7 +661,7 @@ void Console::load_system_commands(unsigned int context) {
networkSettings.ssid = arguments.front().c_str(); networkSettings.ssid = arguments.front().c_str();
return StateUpdateResult::CHANGED; return StateUpdateResult::CHANGED;
}); });
shell.println("Use `wifi reconnect` to save and apply the new settings"); shell.println("Use `wifi reconnect` to apply the new settings");
}); });
// added by mvdp // added by mvdp