feat: topic name for sensor update can now be set in terminal

This commit is contained in:
SylvanArnold
2025-04-29 16:59:06 +02:00
committed by Sylvan Arnold
parent 32618389d1
commit 6b75285228
3 changed files with 11 additions and 4 deletions

View File

@@ -34,6 +34,7 @@
#define NVMC_MININI_KEY_MQTT_USER "user" /* string, username */
#define NVMC_MININI_KEY_MQTT_PASS "pass" /* string, password */
#define NVMC_MININI_KEY_MQTT_PUBLISH "publish" /* bool, if publishing */
#define NVMC_TOPIC_NAME_SENSORS_UPDATE "topic_sensor_update" /*<user>/<room>/<device>/update*/
#endif
#if PL_CONFIG_USE_NTP_CLIENT