24 lines
No EOL
683 B
JSON
24 lines
No EOL
683 B
JSON
{
|
|
"name": "esp32FOTA",
|
|
"version": "0.1.1",
|
|
"keywords": "firmware, OTA, Over The Air Updates, ArduinoOTA",
|
|
"description": "Allows for firmware to be updated from a webserver, the device can check for updates at any time. Uses a simple JSON file to outline if a new firmware is avaiable.",
|
|
"examples": "examples/*/*.ino",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/chrisjoyce911/esp32FOTA.git"
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Chris Joyce",
|
|
"email": "chris@joyce.id.au",
|
|
"url": "https://github.com/chrisjoyce911",
|
|
"maintainer": true
|
|
}
|
|
],
|
|
"frameworks": "arduino",
|
|
"platforms": [
|
|
"esp32",
|
|
"espressif32"
|
|
]
|
|
} |