mirror of
https://github.com/meshtastic/firmware.git
synced 2026-01-08 10:57:51 +00:00
move my bt experiment into its own repo (about to remove ttn)
This commit is contained in:
26
lib/BluetoothOTA/library.json
Normal file
26
lib/BluetoothOTA/library.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"name": "BluetoothOTA",
|
||||
"keywords": "esp32, bluetooth",
|
||||
"description": "A BTLE based software OTA update tool",
|
||||
"repository":
|
||||
{
|
||||
"type": "git",
|
||||
"url": "https://github.com/geeksville/fixme.git"
|
||||
},
|
||||
"authors":
|
||||
[
|
||||
{
|
||||
"name": "Kevin Hester",
|
||||
"email": "kevinh@geeksville.com",
|
||||
"url": "https://github.com/geeksville",
|
||||
"maintainer": true
|
||||
}
|
||||
],
|
||||
"version": "0.0.1",
|
||||
"frameworks": "arduino",
|
||||
"platforms": "*",
|
||||
"dependencies": [
|
||||
{ "name": "Update" },
|
||||
{ "name": "ESP32 BLE Arduino" }
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user