Chat here about code rewrites, mods, etc... with respect to the github project https://github.com/esp8266/Arduino

Moderator: igrr

User avatar
By dannybackx
#41092 A quick update : OTA continues to work with 2.1.0-rc2 .
Thanks for the good work !

The upgrade gave me the same troubles as before though :
- I needed to clean my directory structure rm -rf ~/.arduino15/packages/esp8266 to get the IDE and the build process to work again. See Krzystof's answer earlier in this thread
- Bugs reported before (by myself and others) are still untreated, e.g. still no patch to sntp.h and other files to make them C++ safe :
#if defined(__cplusplus)
extern "C" {
#endif
Also no action to include libraries like libespnow.a that doesn't get picked up by #include <espnow.h> ?

Danny