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
@@ -33,7 +33,7 @@ export default class WifiConfigSettings {
return this;
}
clone() : WifiConfigSettings {
return this.deserialize(this);
return new WifiConfigSettings().deserialize(this);
}
valid: boolean = true;
wifiWarningGiven: boolean = false;