BUG: Wifi configuration

This commit is contained in:
Robin Davies
2022-03-12 17:20:02 -05:00
parent cd56f7f71a
commit 7919c08b79
4 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -356,7 +356,7 @@ private:
governorMonitorThread.SetGovernor(governor);
result = 0;
}
else if (command == "WifiConfigSettings ")
else if (command == "WifiConfigSettings")
{
std::stringstream ss(args);
WifiConfigSettings settings;