jasbur/RaspiWiFi

At startup, revert to Host Mode on WiFi connect failure.

Closed this issue · 2 comments

At startup, revert to Host Mode on WiFi connect failure.

Thanks for your work! Easy install on buster ZeroW and works as intended.

I need slightly different functionality and wanted to check if this is possible. If not, I'm happy to implement myself.

Desired operation:
On pi startup, try to connect to WiFi (via wpa_supplicant.conf). If we cannot, start "host-mode".

Current operation:
On pi startup, try to connect to WiFi if a wpa_supplicant.conf exists (?). If no file, start in "host-mode".

Can this operatoin be configured? Note this is only desired on startup (not during operation).

If not, I can try to implement - any pointers on where to start?

No response here, so I'll close it.

If case others end up here, I'm using a work-around: just use the reset.py to force a reset to host-mode.