maggie44
maggie44
> @majorz would disabling the AP mode, rescanning and starting AP again if needed, solve the issue? I think the issue would be that the user would be connected via...
> @maggie0002 i think a refresh option with a warning is better than restarting the device. I presume that switching between WiFi mode would be faster than restarting the device....
Quick update on some experiences with refreshing network points. I have been using the IW package (seem to be getting more success with that than nmcli): "iw dev wlan0 scan"....
My understanding is that the device hardware chips (or at least most of the ones I am familiar with) only support 1 simultaneous connection at a time which would prevent...
https://github.com/balena-io/wifi-connect/pull/368
That would explain some behaviour, nice find. Would be a matter of storing the font file in the repo and point the interface to the local copy. Think @sradevski built...
Wanted to highlight the importance of this pull request with a bump; by default we are all running out of date WiFi-Connect.
Do the CI toolchains changes mean we should now be able to change the base image in our dockerfiles?
As long as the timeout isn’t set this should already be the behaviour. https://github.com/balena-os/wifi-connect/blob/master/docs/command-line-arguments.md At least it is for me. If the device is disconnecting from the pi then it...
Check system is up to date and power management disabled. It has caused issues for many: https://github.com/raspberrypi/linux/commit/a24632e2a44104c42f0978e017723df3cd3b0c77 If using a dongle may be slightly different: https://thepihut.com/blogs/raspberry-pi-tutorials/disable-wifi-power-management Also make sure you...