- Sat Nov 07, 2015 10:52 am
#33366
To check the ESP package version in Arduino IDE just go to Tools > Board: … > Boards Manager...
Then scroll down to “esp8266 by ESP8266 Community” and you will see the version number.
Click it and you will also see a “Remove” button in the right bottom corner.
To check the latest version available, go to
https://github.com/esp8266/Arduino and scroll down to “Available versions”.
I do not see an option to upgrade other than removing currently installed package and entering a new json in File > Preferences
For some other packages like “Arduino AVR Boards” there is an option to upgrade or install particular version.
Now to your question - SHOULD I TRY TO UPDATE?
If you are using esp8266-1.6.5-947-g39819f0 there is no need to update – this is currently the latest stable release. You may consider updating to staging release if you have a good reason like: need new functionality, bug fix, trying your troubleshooting skills, feeling like testing something new, etc.
Hope this helps.
Krzysztof