From 80971f04b653fb03c7cc6d50e2097cda2b68863e Mon Sep 17 00:00:00 2001 From: air <30444667+sszdot@users.noreply.github.com> Date: Fri, 25 Apr 2025 16:04:02 +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=9Atest=20=E3=80=90=E5=8E=9F=20=20=E5=9B=A0=E3=80=91?= =?UTF-8?q?=EF=BC=9A=E6=9B=B4=E6=8D=A2mqtt=E5=9F=9F=E5=90=8D=20=E3=80=90?= =?UTF-8?q?=E8=BF=87=20=20=E7=A8=8B=E3=80=91=EF=BC=9A=20=E3=80=90=E5=BD=B1?= =?UTF-8?q?=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 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/commser.cpp b/src/commser.cpp index 49a326e..987aedb 100644 --- a/src/commser.cpp +++ b/src/commser.cpp @@ -18,11 +18,11 @@ static const char *MOUDLENAME = "COMMSER"; // char *password = "63587839ab"; // wifi密码 // char* ssid = "szdot"; //wifi帐号 // char* password = "63587839ab"; //wifi密码 -char *ssid = "flicube"; // wifi帐号 -char *password = "fxmf0622"; // wifi密码 -//char *ssid = "fxmf_sc02"; // 4g wifi帐号 -//char *password = "12345678"; // 4g wifi密码 -char *mqttServer = "szdot.top"; // mqtt地址 +// char *ssid = "flicube"; // wifi帐号 +// char *password = "fxmf0622"; // wifi密码 +char *ssid = "fxmf_sc02"; // 4g wifi帐号 +char *password = "12345678"; // 4g wifi密码 +char *mqttServer = "wxsky.com"; // mqtt地址 int mqttPort = 1883; // mqtt端口 char *mqttName = "admin"; // mqtt帐号 char *mqttPassword = "123456"; // mqtt密码