esp_ghota/library.json
Justin Hammond 335b33062b
Fix Compiles on ESP-IDF versions > 4.4 (#8)
* fixes for esp-idf > version 5

* Test builds on different versions of esp-idf in github CI
2024-02-17 23:19:30 +08:00

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