summaryrefslogtreecommitdiff
path: root/include/pio/libs/mqtt_module_temphum
diff options
context:
space:
mode:
Diffstat (limited to 'include/pio/libs/mqtt_module_temphum')
-rw-r--r--include/pio/libs/mqtt_module_temphum/library.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/pio/libs/mqtt_module_temphum/library.json b/include/pio/libs/mqtt_module_temphum/library.json
index 068debd..c7ee7af 100644
--- a/include/pio/libs/mqtt_module_temphum/library.json
+++ b/include/pio/libs/mqtt_module_temphum/library.json
@@ -5,7 +5,7 @@
"flags": "-I../../include"
},
"dependencies": {
- "homekit_mqtt": "file://../common/libs/mqtt",
- "homekit_temphum": "file://../common/libs/temphum"
+ "homekit_mqtt": "file://../../include/pio/libs/mqtt",
+ "homekit_temphum": "file://../../include/pio/libs/temphum"
}
}