Skip to content

Releases: JAndrassy/ArduinoOTA

1.1.1

Choose a tag to compare

@JAndrassy JAndrassy released this 16 Mar 17:52
2c8a73c

fixes and readme updates

1.1.0

Choose a tag to compare

@JAndrassy JAndrassy released this 20 Jan 12:03

support any proper Arduino networking library

1.0.12

Choose a tag to compare

@JAndrassy JAndrassy released this 21 Oct 08:26
  • 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

Choose a tag to compare

@JAndrassy JAndrassy released this 30 Aug 10:51
  • 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

Choose a tag to compare

@JAndrassy JAndrassy released this 05 Jul 16:08
  • 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

Choose a tag to compare

@JAndrassy JAndrassy released this 10 Sep 15:17
  • 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

Choose a tag to compare

@JAndrassy JAndrassy released this 09 Feb 18:20

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

Choose a tag to compare

@JAndrassy JAndrassy released this 30 Jul 17:42

Initial SAMD51 support

1.0.6

Choose a tag to compare

@JAndrassy JAndrassy released this 06 Mar 11:16
  • 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

Choose a tag to compare

@JAndrassy JAndrassy released this 01 Aug 17:05
  • 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