mirror of
https://github.com/Fishwaldo/esp_ghota.git
synced 2025-03-15 11:21:27 +00:00
* fixes for esp-idf > version 5 * Test builds on different versions of esp-idf in github CI
34 lines
No EOL
857 B
JSON
34 lines
No EOL
857 B
JSON
{
|
|
"name": "esp_ghota",
|
|
"version": "1.0.0",
|
|
"description": "a OTA library to upgrade your firmware via the Github Releases API",
|
|
"keywords": "esp32 ota github",
|
|
"repository":
|
|
{
|
|
"type": "git",
|
|
"url": "https://github.com/Fishwaldo/esp_ghota.git"
|
|
},
|
|
"authors":
|
|
[
|
|
{
|
|
"name": "Justin Hammond",
|
|
"email": "justin@dynam.ac",
|
|
"url": "https://github.com/Fishwaldo",
|
|
"maintainer": true
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"frameworks": "espidf",
|
|
"platforms": "espressif32",
|
|
"headers": ["include/esp_ghota.h", "include/semver.h"],
|
|
"examples": [
|
|
{
|
|
"name": "esp_ghota_example",
|
|
"base": "examples/esp_ghota_example",
|
|
"files" : [
|
|
"main/main.c",
|
|
"spiffs/test.txt"
|
|
]
|
|
}
|
|
]
|
|
} |