forked from micropython/micropython
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Open
Labels
Milestone
Description
This is less of a feature request and more of a request to get down to decide an api for it.
I would like to try implementing it, but I want your input on how it will work.
I was thinking of making it a fallback of sorts.
If the STA network /settings.toml specifies is not found, or could not be connected, check if AP credentials exist and make an AP.
CIRCUITPY_AP_SSID
CIRCUITPY_AP_PASSWORD
Also it would perhaps be worth considering installing some random defaults onto the filesystem upon formatting.
This would remove the need to go and do:
a = open("/settings.toml", "w")
a.write(..)on every wipe.
casainho and tschundler