Files
ESP2SOTA/library.json
2022-06-17 09:55:58 +02:00

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"
}