feat(pico-sensor): topic_send_measurement can be configured via serial commands and is saved in flash
This commit is contained in:
@@ -35,6 +35,7 @@
|
||||
#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*/
|
||||
#define NVMC_TOPIC_NAME_SEND_MEASUREMENT "topic_send_measurement" /*<user>/<room>/<device>/cmd/measure*/
|
||||
#endif
|
||||
|
||||
#if PL_CONFIG_USE_NTP_CLIENT
|
||||
|
||||
Reference in New Issue
Block a user