Skip to content

Commit

Permalink
version 1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
JAndrassy committed Sep 10, 2022
1 parent 74b6d58 commit ebc6b62
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
4 changes: 2 additions & 2 deletions library.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name=ArduinoOTA
version=1.0.8
version=1.0.9
author=Arduino,Juraj Andrassy
maintainer=Juraj Andrassy <[email protected]>
sentence=Upload sketch over network to Arduino board with WiFi or Ethernet libraries
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.
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.
category=Other
url=https://github.com/jandrassy/ArduinoOTA
architectures=*
Expand Down
2 changes: 0 additions & 2 deletions src/WiFiOTA.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
by Sandeep Mistry (Arduino)
modified for ArduinoOTA Dec 2018, Apr 2019
by Juraj Andrassy
modified for ArduinoOTA onStart Callback Apr 2022
by Andrej Hradnansky
*/

#include <Arduino.h>
Expand Down
2 changes: 0 additions & 2 deletions src/WiFiOTA.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
by Sandeep Mistry (Arduino)
modified for ArduinoOTA Dec 2018
by Juraj Andrassy
modified for ArduinoOTA onStart Callback Apr 2022
by Andrej Hradnansky
*/

#ifndef _WIFI_OTA_H_INCLUDED
Expand Down

0 comments on commit ebc6b62

Please sign in to comment.