From a407db2d45286f37eff10710c9a8e43755cedfc6 Mon Sep 17 00:00:00 2001 From: Michal Hanus Date: Wed, 21 May 2025 20:58:52 +0200 Subject: bck --- 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 51765e8..8fa3b45 100644 --- a/nrfdemo/src/mqtt_connection.h +++ b/nrfdemo/src/mqtt_connection.h @@ -18,4 +18,6 @@ int fds_init(struct mqtt_client *c, struct pollfd *fds); 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); + #endif /* _CONNECTION_H_ */ -- cgit v1.2.3