feat(pico-sensor): topic_send_measurement can be configured via serial commands and is saved in flash

This commit is contained in:
SylvanArnold
2025-05-20 10:31:54 +02:00
committed by Klagarge
parent 5595d47e3f
commit 4b40a1c142
3 changed files with 7 additions and 2 deletions

View File

@@ -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;