Skip to content

ArduinoOTA 1.0.5

Compare
Choose a tag to compare
@JAndrassy JAndrassy released this 01 Aug 17:05
· 52 commits to master since this release
  • ArduinoOTA.h
    • option not to use mDNS (NO_OTA_PORT)
    • ArduinoOTA.h #error changed to #warning for storage only use
  • InternalStorageESP - fix U_SPIFFS undefined for esp8266 core 2.7.1+
  • OTAStorage - compatibility for simple SDStorage-only boards
  • examples
    • OTASketchDownload examples ArduinoHttpClient include fixed
    • WiFi (SPI) examples - changed include from WiFi101 to WiFiNINA
  • README updates