From 56a2ec21ab5b7dab3ebde0a12a75832b65677505 Mon Sep 17 00:00:00 2001 From: Pim van Pelt Date: Tue, 17 Apr 2018 18:12:41 +0200 Subject: [PATCH] Refactor prometheus-sensors into top-level directory; pull in DHT library --- mos.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mos.yml b/mos.yml index e2aaa25..cbc64e0 100644 --- a/mos.yml +++ b/mos.yml @@ -58,7 +58,9 @@ libs: - origin: https://github.com/mongoose-os-libs/rpc-service-fs - origin: https://github.com/mongoose-os-libs/rpc-mqtt - origin: https://github.com/mongoose-os-libs/mqtt - - origin: libs/prometheus-sensors + - origin: https://github.com/mongoose-os-libs/dht + version: latest + - origin: /home/pim/src/prometheus-sensors - origin: libs/rpc-service-ota # Used by the mos tool to catch mos binaries incompatible with this file format