feat(pico-sensor): topic_send_measurement can be configured via serial commands and is saved in flash
This commit is contained in:
@@ -81,6 +81,7 @@ typedef enum topic_ID_e {
|
||||
Topic_ID_Charging_Power, /* actual charging power */
|
||||
#elif MQTT_CLIENT_IS_SENSOR
|
||||
Topic_ID_Sensor_Update,
|
||||
Topic_ID_Send_Measurement
|
||||
#endif
|
||||
} topic_ID_e;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user