Is wifi.persistent implemented?

All ESP8266 boards running MicroPython.
Official boards are the Adafruit Huzzah and Feather boards.
Target audience: MicroPython users with an ESP8266 board.
JoeCharlieH
Posts: 8
Joined: Thu Dec 27, 2018 10:59 pm

Re: Is wifi.persistent implemented?

Post by JoeCharlieH » Mon Apr 22, 2019 10:17 pm

So, the main workaround to avoid writing WIFI creds to flash is waiting for a couple of seconds (e.g. sleep_ms(500)) at the start of the boot.py file and after that check if the ESP8266 is connected to the last successful AP. My question is, if the connection fails due to wrong creds or the stored AP wasn't found, does Micropython raises exceptions related to these situations while trying to reconnet?

Post Reply