-->
Page 5 of 5

Re: OTA updates Arduno IDE WiFi sketch upload

PostPosted: Sun Feb 14, 2016 5:59 am
by dannybackx
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

Re: OTA updates Arduno IDE WiFi sketch upload

PostPosted: Sun Feb 14, 2016 8:30 am
by dannybackx
Sending mail over an encrypted connection now appears to work also, it didn't in rc1.
Nice ;-)