mirror of
https://github.com/easychen/pushdeer.git
synced 2025-02-23 00:14:56 +08:00
修改默认mqtt服务器地址
This commit is contained in:
parent
78a91d642b
commit
b494dec36c
@ -1,11 +1,11 @@
|
||||
#define WIFI_SSID "wifi名称"
|
||||
#define WIFI_PASSWORD "wifi密码"
|
||||
#define MQTT_IP "pushdeer公网IP"
|
||||
#define MQTT_USER "MQTT用户名"
|
||||
#define MQTT_PASSWORD "MQTT密码"
|
||||
#define MQTT_TOPIC "PushDeer pushkey" // 这里填PushDeer的Key
|
||||
#define MQTT_IP "broker.emqx.io"
|
||||
#define MQTT_USER ""
|
||||
#define MQTT_PASSWORD ""
|
||||
#define MQTT_TOPIC "LB2353" // 这里填PushDeer的Key
|
||||
#define MQTT_PORT 1883
|
||||
#define MQTT_CLIENT_NAME "DeerEsp" // 多个同名设备连接同一台服务器会导致其他下线,所以起一个唯一的名字吧
|
||||
#define MQTT_CLIENT_NAME "DeerEsp-001" // 多个同名设备连接同一台服务器会导致其他下线,所以起一个唯一的名字吧
|
||||
|
||||
|
||||
// ====== 以下不用修改 ===============
|
||||
|
Loading…
x
Reference in New Issue
Block a user