Skip to content

Releases: JAndrassy/ArduinoOTA

1.1.0

20 Jan 12:03
Compare
Choose a tag to compare

support any proper Arduino networking library

1.0.12

21 Oct 08:26
Compare
Choose a tag to compare
  • support for all network interfaces of the Pico Core WiFi library
  • more networking libraries support ArduinoOTA.end() (WiFiS3, EthernetENC, Pico Core)
  • README updates

1.0.11

30 Aug 10:51
Compare
Choose a tag to compare
  • Arduino Uno R4 support (Renesas core)
  • extras platform.local.txt IDE 2 fix
  • Fix mDNS not working when using handle() and not poll() (fix by tomer-w)
  • README updates

1.0.10

05 Jul 16:08
Compare
Choose a tag to compare
  • 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

10 Sep 15:17
Compare
Choose a tag to compare
  • ArduinoOTA.onStart callback
  • support for all STM32F series (only F103 and F411 tested)
  • extracts/avr IDE 2 support
  • advanced example SD2Flash2BootAVRHex
  • compile for ARDUINO_RASPBERRY_PI_PICO_W WiFi

1.0.8

09 Feb 18:20
Compare
Choose a tag to compare

Support RP2040 boards with Pico core.
Support STM32F1 boards with STM32 core.
In InternalStorage for SAMD and nRF5 erase and copy only necessary pages.

1.0.7

30 Jul 17:42
Compare
Choose a tag to compare

Initial SAMD51 support

1.0.6

06 Mar 11:16
Compare
Choose a tag to compare
  • support EthernetENC library
  • support WiFiEspAT library with AT 2.1.0+
  • extras/nRF5/platform.local.txt with cpp.extra.flags no-delete-null-pointer-checks
  • compiles for ARDUINO_ARCH_MEGAAVR architecture (for SD upload if a SD bootloader is available)
  • OTASketchDownloadWifi.ino example by @n-elia

ArduinoOTA 1.0.5

01 Aug 17:05
Compare
Choose a tag to compare
  • 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

05 Jul 08:58
Compare
Choose a tag to compare