Skip to content

Commit bbf2e22

Browse files
authored
Create AsyncWebOTA.json
1 parent 30593c3 commit bbf2e22

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

AsyncWebOTA.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"name": "AsyncWebOTA",
3+
"version": "1.0.0",
4+
"description": "Web-based OTA updates with real-time readouts for ESP8266, ESP32, and RP2040.",
5+
"repository": {
6+
"type": "git",
7+
"url": "https://github.com/SkaFUU/AsyncWebOTA"
8+
},
9+
"authors": [
10+
{
11+
"name": "Michael Thallmayer",
12+
"email": "[email protected]",
13+
"url": "https://github.com/SkaFUU",
14+
"maintainer": true
15+
}
16+
],
17+
"license": "MIT",
18+
"homepage": "https://github.com/SkaFUU/AsyncWebOTA",
19+
"frameworks": "arduino",
20+
"platforms": ["espressif8266", "espressif32", "rp2040"]
21+
}

0 commit comments

Comments
 (0)