mirror of
https://github.com/pangodream/ESP2SOTA.git
synced 2025-12-25 06:49:27 +01:00
22 lines
550 B
JSON
22 lines
550 B
JSON
{
|
|
"name": "ESP2SOTA",
|
|
"keywords": "Self Sufficient, OTA, Update, ESP, ESP8266, ESP32, AP",
|
|
"description": "Async OTA (AP & Client WiFi modes) for ESP32/ESP8266 with no external dependencies (no jQuery needed)",
|
|
"repository":
|
|
{
|
|
"type": "git",
|
|
"url": "https://github.com/pangodream/ESP2SOTA.git"
|
|
},
|
|
"authors":
|
|
[
|
|
{
|
|
"name": "Pangodream (Alberto Iriberri)",
|
|
"email": "alberto.iriberri@pangodream.es",
|
|
"maintainer": true
|
|
}
|
|
],
|
|
"version": "1.0.2",
|
|
"frameworks": "arduino",
|
|
"platforms": "espressif"
|
|
}
|