Default startup AP credentials
-
One of my LoPy4s is acting funny.
I never quite figured out how to set the default AP credentials, but now it's defaulting its AP credentials to my main WiFi network ssid+pass. This is wreaking havok as you can imagine.
Maybe I set it somehow and forgot, but at any rate, can anyone advise how to at least reset those default bringup AP credentials? I tried two different firmware reflashes and no dice.
-
@malachib As @reidfo wrote, inspect your boot.py file and all .py files involved in your running project (main.py, etc.). You can also check as below:
import pycom pycom.wifi_on_boot() pycom.wifi_ssid() pycom.wifi_pwd()
-
Is it in your boot.py?