From bbf2e22c10a8abef308fe5a5046ad8d793b8b60a Mon Sep 17 00:00:00 2001 From: SkaFUU <63456262+SkaFUU@users.noreply.github.com> Date: Tue, 6 May 2025 15:52:42 +0200 Subject: [PATCH] Create AsyncWebOTA.json --- AsyncWebOTA.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 AsyncWebOTA.json diff --git a/AsyncWebOTA.json b/AsyncWebOTA.json new file mode 100644 index 000000000..32cde710e --- /dev/null +++ b/AsyncWebOTA.json @@ -0,0 +1,21 @@ +{ + "name": "AsyncWebOTA", + "version": "1.0.0", + "description": "Web-based OTA updates with real-time readouts for ESP8266, ESP32, and RP2040.", + "repository": { + "type": "git", + "url": "https://github.com/SkaFUU/AsyncWebOTA" + }, + "authors": [ + { + "name": "Michael Thallmayer", + "email": "stefl.michael.ms@gmail.com", + "url": "https://github.com/SkaFUU", + "maintainer": true + } + ], + "license": "MIT", + "homepage": "https://github.com/SkaFUU/AsyncWebOTA", + "frameworks": "arduino", + "platforms": ["espressif8266", "espressif32", "rp2040"] +}