tayfunulu / WiFiManager

WiFi manager for ESP8266 - ESP12 - ESP32 - micropython
MIT License
352 stars 105 forks source link

OSError: can't set AP config #21

Closed ijustwant closed 5 years ago

ijustwant commented 5 years ago

image

Fresh installed v1.11 after flash_erase. Any idea what the problem can be at this ESP8266EX ?

ThomasWaldmann commented 5 years ago

Have a look at wifimgr.py line 266 +/- -- ENOENT sounds a bit like "file not found".

ijustwant commented 5 years ago

But htere is no reference to a file in that area of the code....

ThomasWaldmann commented 5 years ago

Are we talking about that line of code?:

 wlan_ap.config(essid=ap_ssid, password=ap_password, authmode=ap_authmode)

@tayfunulu just noted that there are no version tags in this repo, thus it is not possible on github to find precisely the code used for some release (nor have a stable link to some specific place in the code).

Can you please set a tag (like 1.11) and push it to github when you make a release?

ijustwant commented 5 years ago

I deleted everything and started over. Now it works :)

2niuhe commented 4 years ago

the password must longer than 8 digits.