diff options
Diffstat (limited to 'platformio/common/libs/temphum/library.json')
-rw-r--r-- | platformio/common/libs/temphum/library.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/platformio/common/libs/temphum/library.json b/platformio/common/libs/temphum/library.json new file mode 100644 index 0000000..ae7f670 --- /dev/null +++ b/platformio/common/libs/temphum/library.json @@ -0,0 +1,8 @@ +{ + "name": "homekit_temphum", + "version": "1.0.2", + "build": { + "flags": "-I../../include" + } +} + |