Commit 7a6c5ae1 authored by 957dd's avatar 957dd

update mqtt

parent a6ba9a6e
This diff is collapsed.
No preview for this file type
...@@ -13,8 +13,8 @@ ...@@ -13,8 +13,8 @@
#define BROKER_ADDRESS "119.45.167.177" #define BROKER_ADDRESS "119.45.167.177"
#define BROKER_PORT 1883 #define BROKER_PORT 1883
#define TOPIC "dev2app/controlcar0002" #define TOPIC "app2dev/controlcar0002" //app给设备 发消息
#define TOPIC2 "app2dev/controlcar0002" #define TOPIC2 "dev2app/controlcar0002" //设备给app发消息
#define TOPIC3 "ser2dev" #define TOPIC3 "ser2dev"
#define USERNAME "admin" // 替换为你的用户名 #define USERNAME "admin" // 替换为你的用户名
#define PASSWORD "admin" // 替换为你的密码 #define PASSWORD "admin" // 替换为你的密码
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment