功能 : ESP8266物联车接口函数 作者 : 马晓健 邮箱 : jeasinema@gmail.com 声明 : 本程序仅供学习与交流使用,如需他用,须联系作者 本程序可以随意更改,但须保留本信息页 All rights reserved 2017.6.16

Dependents:   Ex_esp8266 Example_for_learning_easy

Revision:
1:08113511c9ab
Parent:
0:36956da27f53
--- a/esp8266.h	Fri Sep 07 13:02:03 2018 +0000
+++ b/esp8266.h	Fri Sep 14 07:54:35 2018 +0000
@@ -24,7 +24,7 @@
     // 连接模式
     bool connect_wifi(const char *wifi_ssid, const char *wifi_passwd);
     bool weblogin();
-    bool connect_mqtt_broker(char *ip, const char *node_name, const char* sensors[][2], const char* actuator[][2]);
+    bool connect_mqtt_broker(const char *ip, const char *node_name, const char* sensors[][2], const char* actuator[][2]);
     bool is_connected();
     
     bool publish_value(const char *topic, const char *data);
@@ -33,4 +33,4 @@
     bool get_control_cmd(char* actuator, char* value);
     // 热点模式
 };
-#endif
\ No newline at end of file
+#endif