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