WIFI start AP without being initialized
Posted: Thu Feb 10, 2022 2:58 pm
Hello,
I start to use esp8266,
making kind a init scripts for wireless, etc. I tested my init/config scripts, they just used to initialize wifi in AP or STATION mode with given SSID, password. They looks fine, except that I realize AP mode is started always with last settings I give for AP.
I run statoion mode, AP is present. I even delete all files from board and power it up, AP come online and I can connect to it.
Did I miss something?
OH I forgot, used version is:
MicroPython v1.18 on 2022-01-17; ESP module with ESP8266
P.S.
tested with:
MicroPython v1.10-8-g8b7039d7d on 2019-01-26; ESP module with ESP8266
same result.
I start to use esp8266,
making kind a init scripts for wireless, etc. I tested my init/config scripts, they just used to initialize wifi in AP or STATION mode with given SSID, password. They looks fine, except that I realize AP mode is started always with last settings I give for AP.
I run statoion mode, AP is present. I even delete all files from board and power it up, AP come online and I can connect to it.
Did I miss something?
OH I forgot, used version is:
MicroPython v1.18 on 2022-01-17; ESP module with ESP8266
P.S.
tested with:
MicroPython v1.10-8-g8b7039d7d on 2019-01-26; ESP module with ESP8266
same result.