From 8425b473d30c6c85cc5efd3a6ff0d14a3265a324 Mon Sep 17 00:00:00 2001 From: wangfq Date: Wed, 8 Jul 2026 16:12:20 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20net=5Fsrv.h=20=E6=B7=BB=E5=8A=A0=20mqtt?= =?UTF-8?q?=5Fpublish()=20=E5=A3=B0=E6=98=8E=E4=BE=9B=20iot=5Fmqtt=5Fsrv.c?= =?UTF-8?q?=20=E8=B0=83=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vd960DBN/BLE/OnlyUpdateApp_Peripheral/APP/include/net_srv.h | 1 + 1 file changed, 1 insertion(+) diff --git a/vd960DBN/BLE/OnlyUpdateApp_Peripheral/APP/include/net_srv.h b/vd960DBN/BLE/OnlyUpdateApp_Peripheral/APP/include/net_srv.h index d4e8f9c..32c55d9 100644 --- a/vd960DBN/BLE/OnlyUpdateApp_Peripheral/APP/include/net_srv.h +++ b/vd960DBN/BLE/OnlyUpdateApp_Peripheral/APP/include/net_srv.h @@ -278,6 +278,7 @@ void dev_get_timestamp_send(void); void manage_tcp_message(uint8_t socket, uint8_t *buf, uint32_t len); void manage_mqtt_recv_message(char * msg, int length); void poll_mqtt(void); +void mqtt_publish(char *topic, char *message, int req_qos); void GetMacAddr(unsigned char *pMAC);