Releases: JAndrassy/ArduinoOTA
Releases · JAndrassy/ArduinoOTA
1.1.0
1.0.12
1.0.11
1.0.10
- option to
#define NO_OTA_NETWORK
to disable all network-related functionality - change page erasing strategy for nRF52 devices - avoid erasing all pages at once (takes looong time on some platforms)
- extras platform.local.txt entries for Arduino IDE 2
- skip RP2040 code for Arduino MBED core
- advanced example CustomStorage
- README updates
1.0.9
1.0.8
1.0.7
1.0.6
ArduinoOTA 1.0.5
- 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
ArduinoOTA 1.0.4
- OTASketchDownload advanced examples
- WiFiOTA - upload error handling
- onError callback
- status message in response body for arduinoOTA tool to show
- dot_a_linkage (https://arduino.github.io/arduino-cli/library-specification/#libraryproperties-file-format)