From f4b199f60188733cb3bafeb199bdf6fe3758616e Mon Sep 17 00:00:00 2001 From: Michal Hanus Date: Mon, 26 May 2025 22:51:43 +0200 Subject: only LTE --- nrfdemo/src/mqtt_connection.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nrfdemo/src/mqtt_connection.h') diff --git a/nrfdemo/src/mqtt_connection.h b/nrfdemo/src/mqtt_connection.h index 8fa3b45..d4dc9cb 100644 --- a/nrfdemo/src/mqtt_connection.h +++ b/nrfdemo/src/mqtt_connection.h @@ -19,5 +19,7 @@ int data_publish(struct mqtt_client *c, enum mqtt_qos qos, uint8_t *data, size_t len); int publish_wrap(struct mqtt_client *c, uint8_t* topic, uint8_t *data, size_t len); +int publish_sensor(struct mqtt_client *c, uint8_t* topic, int32_t val1, int32_t val2); +int publish_int(struct mqtt_client *c, uint8_t* topic, int32_t val); #endif /* _CONNECTION_H_ */ -- cgit v1.2.3