From 818c27c7ce9275d7e8ec0d84bf2c18085e35cc8d Mon Sep 17 00:00:00 2001 From: Pim van Pelt Date: Sun, 28 Oct 2018 13:11:54 +0100 Subject: [PATCH] Add rpc-ws library; Remove UDP logging --- mos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mos.yml b/mos.yml index 840fed8..88656bf 100644 --- a/mos.yml +++ b/mos.yml @@ -31,7 +31,6 @@ config_schema: - ["wifi.sta.pass", "marielle"] - ["debug.stderr_uart", -1] - ["debug.stdout_uart", -1] - - ["debug.udp_log_addr", "192.168.1.1:1025"] - ["mqtt.enable", true] - ["http.enable", true] - ["mqtt.server", "mqtt.ipng.nl:8883"] @@ -57,6 +56,7 @@ libs: - origin: https://github.com/mongoose-os-libs/rpc-service-config - 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/rpc-ws - origin: https://github.com/mongoose-os-libs/mqtt - origin: https://github.com/mongoose-os-libs/dht - origin: /home/pim/src/prometheus-sensors