Skip to content

Commit ebc6b62

Browse files
committed
version 1.0.9
1 parent 74b6d58 commit ebc6b62

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

library.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name=ArduinoOTA
2-
version=1.0.8
2+
version=1.0.9
33
author=Arduino,Juraj Andrassy
44
maintainer=Juraj Andrassy <[email protected]>
55
sentence=Upload sketch over network to Arduino board with WiFi or Ethernet libraries
6-
paragraph=Based on WiFi101OTA library. Uploads over Ethernet, EthernetENC, WiFi101, WiFiNina, WiFiEspAT to SAMD, nRF5, RP2040, STM32F1, ESP and to classic ATmega with more than 64 kB flash memory.
6+
paragraph=Based on WiFi101OTA library. Uploads over Ethernet, EthernetENC, WiFi101, WiFiNina, WiFiEspAT to SAMD, nRF5, RP2040, STM32F, ESP and to classic ATmega with more than 64 kB flash memory.
77
category=Other
88
url=https://github.com/jandrassy/ArduinoOTA
99
architectures=*

src/WiFiOTA.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919
by Sandeep Mistry (Arduino)
2020
modified for ArduinoOTA Dec 2018, Apr 2019
2121
by Juraj Andrassy
22-
modified for ArduinoOTA onStart Callback Apr 2022
23-
by Andrej Hradnansky
2422
*/
2523

2624
#include <Arduino.h>

src/WiFiOTA.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919
by Sandeep Mistry (Arduino)
2020
modified for ArduinoOTA Dec 2018
2121
by Juraj Andrassy
22-
modified for ArduinoOTA onStart Callback Apr 2022
23-
by Andrej Hradnansky
2422
*/
2523

2624
#ifndef _WIFI_OTA_H_INCLUDED

0 commit comments

Comments
 (0)