2020-02-01 16:30:53 +00:00
|
|
|
{
|
|
|
|
"name": "BluetoothOTA",
|
|
|
|
"keywords": "esp32, bluetooth",
|
|
|
|
"description": "A BTLE based software OTA update tool",
|
2020-03-02 23:13:33 +00:00
|
|
|
"repository": {
|
2020-02-01 16:30:53 +00:00
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/geeksville/fixme.git"
|
|
|
|
},
|
2020-03-02 23:13:33 +00:00
|
|
|
"authors": [
|
2020-02-01 16:30:53 +00:00
|
|
|
{
|
|
|
|
"name": "Kevin Hester",
|
|
|
|
"email": "kevinh@geeksville.com",
|
|
|
|
"url": "https://github.com/geeksville",
|
|
|
|
"maintainer": true
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"version": "0.0.1",
|
|
|
|
"frameworks": "arduino",
|
|
|
|
"platforms": "*",
|
|
|
|
"dependencies": [
|
2020-03-02 23:13:33 +00:00
|
|
|
{
|
|
|
|
"name": "Update"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "ESP32 BLE Arduino"
|
|
|
|
},
|
2020-02-28 05:45:20 +00:00
|
|
|
{
|
|
|
|
"name": "arduino-fsm",
|
2020-03-02 23:13:33 +00:00
|
|
|
"version": "https://github.com/meshtastic/arduino-fsm.git"
|
2020-02-28 05:45:20 +00:00
|
|
|
}
|
2020-02-01 16:30:53 +00:00
|
|
|
]
|
2020-03-02 23:13:33 +00:00
|
|
|
}
|