From 7eddf4882c911517ba4ed5355d7055d4b4fc6642 Mon Sep 17 00:00:00 2001 From: Proddy Date: Wed, 25 Jan 2023 21:22:07 +0100 Subject: [PATCH] change help string --- src/console.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/console.cpp b/src/console.cpp index db912259b..1eb4ee71d 100644 --- a/src/console.cpp +++ b/src/console.cpp @@ -327,7 +327,7 @@ static void setup_commands(std::shared_ptr & 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"); });