Add rpc-ws library; Remove UDP logging

This commit is contained in:
Pim van Pelt
2018-10-28 13:11:54 +01:00
parent 3e3d9dcbe0
commit 818c27c7ce

View File

@ -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