Added missing stuff to config.sample.h

This commit is contained in:
Fabian Schlenz 2019-06-07 06:30:15 +02:00
parent c5856a6f7a
commit 38c55e3047
1 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,7 @@
#define NTP_INTERVAL 300000
#define NTP_OFFSET 7200
#define MQTT_ENABLE
#define MQTT_SERVER "..."
#define MQTT_PORT 1883
#define MQTT_USER "..."
@ -30,6 +31,7 @@
#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.
#define HOSTNAME "pitrix-%08X"
#define OTA_STARTUP_DELAY 10 // How many seconds to wait at startup. Set to 0 to disable.