summaryrefslogtreecommitdiff
path: root/include/pio/libs/main/library.json
diff options
context:
space:
mode:
authorEvgeny Zinoviev <me@ch1p.io>2023-06-11 01:43:36 +0300
committerEvgeny Zinoviev <me@ch1p.io>2023-06-11 01:43:36 +0300
commit00b3cd120f6357a35ef7e8b1c3ffad458a068266 (patch)
tree28054aa97a3bf0396e33beb990d460efcb8f7f9e /include/pio/libs/main/library.json
parent1215bbf102498fb585b310ba0b5043df875f71fd (diff)
pio: fix libs paths
Diffstat (limited to 'include/pio/libs/main/library.json')
-rw-r--r--include/pio/libs/main/library.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/pio/libs/main/library.json b/include/pio/libs/main/library.json
index 728d4f8..c5586d8 100644
--- a/include/pio/libs/main/library.json
+++ b/include/pio/libs/main/library.json
@@ -1,12 +1,12 @@
{
"name": "homekit_main",
- "version": "1.0.10",
+ "version": "1.0.11",
"build": {
"flags": "-I../../include"
},
"dependencies": {
- "homekit_mqtt_module_ota": "file://../common/libs/mqtt_module_ota",
- "homekit_mqtt_module_diagnostics": "file://../common/libs/mqtt_module_diagnostics"
+ "homekit_mqtt_module_ota": "file://../../include/pio/libs/mqtt_module_ota",
+ "homekit_mqtt_module_diagnostics": "file://../../include/pio/libs/mqtt_module_diagnostics"
}
}