move my bt experiment into its own repo (about to remove ttn)

This commit is contained in:
geeksville
2020-02-01 08:30:53 -08:00
commit cdb7153071
23 changed files with 2609 additions and 0 deletions

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