esp8266 / Arduino

ESP8266 core for Arduino
GNU Lesser General Public License v2.1
15.97k stars 13.34k forks source link

Are there several versions of ArduinoOTA? #5888

Closed alkhimey closed 5 years ago

alkhimey commented 5 years ago

Platform

Problem Description

I located the ArdinoOTA library in PlatformIO and installed it. Then I used the example sketch found here.

I got few compilation errors. I Investigated a bit and it seems that PlatformIO version of the library looks official, but different from the library in this repository.

Screenshot from 2019-03-17 01-05-55

Screenshot from 2019-03-17 01-20-58

Now I understand that installing it is not required since ArduinoOTA is part of the framework.

So why the stand alone library exists?

devyte commented 5 years ago

You seem to be confusing the Arduino ArduinoOTA with our ESP8266 ArduinoOTA. Also, we support pio, but we don't maintain it, that's a different repo. Closing due to non issue.

JAndrassy commented 5 years ago

he ArduinoOTA library for esp8266 is bundled in boards package. the standalone library is for SAMD, nRF5 and ATmega with 64kB or more flash for sketch upload with Ethernet and WiFi libraries