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 1/2] 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 From 70b1977d3ca40cf33a5e3e6133622d02e74bdc74 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Sun, 31 Oct 2021 20:53:10 +0100 Subject: [PATCH 2/2] Update library.json --- lib/libesp32_div/ESP32-HomeKit/library.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libesp32_div/ESP32-HomeKit/library.json b/lib/libesp32_div/ESP32-HomeKit/library.json index 950ae20b2..83cb22489 100644 --- a/lib/libesp32_div/ESP32-HomeKit/library.json +++ b/lib/libesp32_div/ESP32-HomeKit/library.json @@ -1,5 +1,5 @@ { - "name":"HomeKit", + "name":"ESP32-HomeKit", "version": "1.0.0", "description":"Apple HomeKit for ESP32", "keywords":"HomeKit", @@ -9,4 +9,4 @@ }, "frameworks": "arduino", "platforms": "espressif32" -} \ No newline at end of file +}