From 8ac6050148700cb68b5fe1448fc6037709fe19b7 Mon Sep 17 00:00:00 2001 From: szdot Date: Wed, 13 Sep 2023 13:58:02 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E5=B8=83=E5=90=8C=E4=B8=80=E4=B8=BB?= =?UTF-8?q?=E9=A2=98=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FoodDelivery.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FoodDelivery.ino b/FoodDelivery.ino index e9333e2..95715c1 100644 --- a/FoodDelivery.ino +++ b/FoodDelivery.ino @@ -8,7 +8,7 @@ char* password = "fxmf0622"; //wifi密码 char* mqttServer = "szdot.top"; //mqtt地址 int mqttPort = 1883; //mqtt端口 char* mqttName = "admin"; //mqtt帐号 -char* mqttPassword = "1234567"; //mqtt密码 +char* mqttPassword = "123456"; //mqtt密码 uint8_t mavlinkSerial = 2; //飞控占用的串口号 uint8_t voiceSerial = 1; //声音模块占用串口 char* udpServerIP = "192.168.3.92"; //云台相机ip