Handling of incoming MQTT messages improved.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2019-06-11 19:48:42 +02:00
parent 83254f2eaa
commit 2072877159
3 changed files with 56 additions and 32 deletions

View File

@ -29,7 +29,6 @@
#define MQTT_USER "..."
#define MQTT_PASS "..."
#define MQTT_TOPIC "pitrix/" // MQTT-Topic to listen to. Must not start with a slash, but must end with one."
#define MQTT_TOPIC_LOG "pitrix/log"
#define MQTT_REPORT_METRICS
#define MQTT_TOPIC_WEATHER "accuweather/pitrix/" // MQTT topic to listen for weather data. Must not start with a slash, but must end with one.