From 55b43778d45a600742adc364d6ec9f6255dfce18 Mon Sep 17 00:00:00 2001 From: szdot Date: Sun, 22 Sep 2024 06:24:46 +0800 Subject: [PATCH] =?UTF-8?q?test=20wifi=E5=AF=86=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/commser.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/commser.cpp b/src/commser.cpp index b9ecc62..ae0d539 100644 --- a/src/commser.cpp +++ b/src/commser.cpp @@ -14,12 +14,12 @@ extern void Hook_recovery(); static const char *MOUDLENAME = "COMMSER"; /*项目对象*/ -// char *ssid = "szMate40pro"; // wifi帐号 -// char *password = "63587839ab"; // wifi密码 +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 = "flicube"; // wifi帐号 +// char *password = "fxmf0622"; // wifi密码 // char *ssid = "fxmf_sc01"; // 4g wifi帐号 // char *password = "12345678"; // 4g wifi密码 char *mqttServer = "szdot.top"; // mqtt地址