From c7a8907105539ca995c813caf59dbc1c51e09e18 Mon Sep 17 00:00:00 2001 From: sszdot Date: Thu, 12 Dec 2024 19:04:34 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E7=B1=BB=20=20=E5=9E=8B=E3=80=91?= =?UTF-8?q?=EF=BC=9A=20=E3=80=90=E5=8E=9F=20=20=E5=9B=A0=E3=80=91=EF=BC=9A?= =?UTF-8?q?=20=E3=80=90=E8=BF=87=20=20=E7=A8=8B=E3=80=91=EF=BC=9A=20?= =?UTF-8?q?=E3=80=90=E5=BD=B1=20=20=E5=93=8D=E3=80=91=EF=BC=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/commser.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/commser.cpp b/src/commser.cpp index b600cd6..0fb2a59 100644 --- a/src/commser.cpp +++ b/src/commser.cpp @@ -16,12 +16,12 @@ static const char *MOUDLENAME = "COMMSER"; /*项目对象*/ // char *ssid = "szMate40pro"; // wifi帐号 // char *password = "63587839ab"; // wifi密码 -// char* ssid = "szdot"; //wifi帐号 -// char* password = "63587839ab"; //wifi密码 -char *ssid = "flicube"; // wifi帐号 -char *password = "fxmf0622"; // wifi密码 -// char *ssid = "fxmf_sc01"; // 4g wifi帐号 -// char *password = "12345678"; // 4g wifi密码 +// char* ssid = "szdot"; //wifi帐号 +// char* password = "63587839ab"; //wifi密码 +// char *ssid = "flicube"; // wifi帐号 +// char *password = "fxmf0622"; // wifi密码 +char *ssid = "fxmf_sc01"; // 4g wifi帐号 +char *password = "12345678"; // 4g wifi密码 char *mqttServer = "szdot.top"; // mqtt地址 int mqttPort = 1883; // mqtt端口 char *mqttName = "admin"; // mqtt帐号