mirror of
https://github.com/oopuuu/zTC1.git
synced 2025-12-13 05:28:14 +08:00
up
This commit is contained in:
@@ -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 =
|
||||
|
||||
@@ -10,6 +10,8 @@
|
||||
#define MQTT_CMD_TIMEOUT 5000 // 5s
|
||||
#define MQTT_YIELD_TMIE 5000 // 5s
|
||||
|
||||
extern char MQTT_SERVER[64];
|
||||
extern int MQTT_SERVER_PORT;
|
||||
|
||||
extern OSStatus user_mqtt_init(void);
|
||||
extern OSStatus user_mqtt_send(char *arg);
|
||||
|
||||
Reference in New Issue
Block a user