Skip to content

Commit

Permalink
v4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ronny-antoon committed Nov 17, 2023
1 parent 0f9b767 commit ced2f8a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions library.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "UpdateOTA",
"version": "1.0.0",
"description": "The \"UpdateOTA\" library is a C++ library for ESP32 devices that provides a convenient way to download and perform updates on firmware and SPIFFS partitions.",
"version": "4.1.0",
"description": "The UpdateOTA Library streamlines the implementation of Over-The-Air firmware updates for ESP8266-based projects. It introduces an abstract class, *UpdateOTAInterface*, defining methods for starting updates, retrieving version numbers, and handling update errors. The library is designed to work seamlessly with ESP8266, Arduino, and other related libraries.",
"keywords": "UpdateOTA, OTA,over the air, update http, updater,arduino ota,firmware update,upload spiffs, ESP32, ronny, antoon, MetaHouse",
"repository": {
"type": "git",
Expand All @@ -20,5 +20,12 @@
"platforms": "espressif32",
"examples": [
"examples/*/*.ino"
],
"dependencies": [
{
"owner": "ronny-antoon",
"name": "MultiPrinterLogger",
"version": "4.1.0"
}
]
}
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ The UpdateOTA Library streamlines the implementation of Over-The-Air firmware up
## Dependencies

The UpdateOTA Library depends on the following libraries:
- MultiPrinterLogger @ 3.1.1
- MultiPrinterLogger @ 4.1.0
- HTTPClient
- WiFi
- WiFiClientSecure
Expand Down

0 comments on commit ced2f8a

Please sign in to comment.