From 593dc67cfbfacc2d5912bfbf498252b00041987d Mon Sep 17 00:00:00 2001 From: Sacha Weatherstone Date: Thu, 10 Mar 2022 08:40:39 +1100 Subject: [PATCH] Remove unused lib dir --- lib/BluetoothOTA/library.json | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 lib/BluetoothOTA/library.json diff --git a/lib/BluetoothOTA/library.json b/lib/BluetoothOTA/library.json deleted file mode 100644 index 6f700e03b..000000000 --- a/lib/BluetoothOTA/library.json +++ /dev/null @@ -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" - } - ] -} \ No newline at end of file