-
- Downloads
py,st3m: settings: Remove camp's SSID from default config
When there's a SSID set, py,st3m will call iface.connect() with it on WiFi setup. This causes IDF to try to connect indefinitely, so st3m.wifi.is_connecting() always reports True. This then leads to confusing user experience. Since the camp's network does not exist anymore, there's no point in trying to connect to it. Remove it from the default config.
Please register or sign in to comment