This commit is contained in:
zogodo
2020-02-11 00:04:27 +08:00
parent f2cc59dd96
commit 2828f40d10
3 changed files with 6 additions and 4 deletions

View File

@@ -38,7 +38,7 @@
#define MAX_MQTT_SEND_QUEUE_SIZE (10)
char MQTT_SERVER[64] = "192.168.33.219";
int MQTT_SERVER_PORT = 1883;
int MQTT_SERVER_PORT = 1883;
#ifdef MQTT_CLIENT_SSL_ENABLE
char* mqtt_server_ssl_cert_str =