From 1929cf27ce9d748969596a3c043ab494f3a242f6 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Sun, 31 Oct 2021 20:41:14 +0100 Subject: [PATCH] LDF Platformio compile fix --- lib/libesp32_div/ESP32-HomeKit/library.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 lib/libesp32_div/ESP32-HomeKit/library.json diff --git a/lib/libesp32_div/ESP32-HomeKit/library.json b/lib/libesp32_div/ESP32-HomeKit/library.json new file mode 100644 index 000000000..950ae20b2 --- /dev/null +++ b/lib/libesp32_div/ESP32-HomeKit/library.json @@ -0,0 +1,12 @@ +{ + "name":"HomeKit", + "version": "1.0.0", + "description":"Apple HomeKit for ESP32", + "keywords":"HomeKit", + "repository": { + "type": "git", + "url": "" + }, + "frameworks": "arduino", + "platforms": "espressif32" +} \ No newline at end of file