mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-01-13 15:37:03 +00:00
Minor adjustment to autodisable of 802.11b
This commit is contained in:
parent
28a6a62907
commit
3af19c9b15
@ -1569,9 +1569,6 @@ void WiFi_post_connect() {
|
||||
debugI_P(PSTR("WiFi supports better rates than 802.11b, disabling"))
|
||||
wifi.use11b = false;
|
||||
config.setWiFiConfig(wifi);
|
||||
config.ackWifiChange();
|
||||
// Reconnect to enforce new setting
|
||||
WiFi_disconnect(0);
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user