mirror of
https://github.com/meshtastic/firmware.git
synced 2025-06-22 04:54:47 +00:00
Remove unused lib dir
This commit is contained in:
parent
400630199f
commit
593dc67cfb
@ -1,32 +0,0 @@
|
|||||||
{
|
|
||||||
"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"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "arduino-fsm",
|
|
||||||
"version": "https://github.com/meshtastic/arduino-fsm.git"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user