Your new topic does not fit any of the above??? Check first. Then post here. Thanks.

Moderator: igrr

User avatar
By xlaser
#55419 The problem lies in the ESP8266WIFI library.
The latest version is not compatible with an earlier version of the same name.
After updating the libraries in the arduino IDE and re-compiling and uploading the code you will not be able to connect to your router without modifying your code. I'm afraid there is zero documentation on the change. Get an old copy of the ESP8266WIFI library and replace the folder with the same name in /users/%your username%/ AppData/Local/Arduino15/packages/ESP8266/hardware/esp8266/2.3.0/libraries
Note AppData is a hidden folder. You must make it visible from control panel / folder options / view
Keep the update option switched off in the Arduino IDE preferencies: 'check for update on startup' or it will happen again!
The old (working version) exists in the 2.2.0 ESP library set.