I started with the ESP8266 and Arduino only few days ago, so I have a basic knowledge of the platform.
I have tested the WiFiManager:
https://github.com/tzapu/WiFiManager
and tried to create an AP with custom names.
Later on I used the Wifi library (ESP8266Wifi) to join existing AP or create a new one.
I noticed that the ESP8266 was creating AP with the name I was using with the WifiManager library. it was ignoring the AP names I was configuring when using the Wifi library. Or at least this is what I think I saw.
the question is: does the ESP8266 have any function to automatically remember the Wifi settings, like the name of the access point? is this information saved in the flash automatically?
Thanks
Cristiano