fix: net_srv.h 添加 mqtt_publish() 声明供 iot_mqtt_srv.c 调用
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user