瀏覽代碼

Update 'Seeed Wio Terminal/projects/m5-gps.ino'

cube 1 月之前
父節點
當前提交
12e0b307f3
共有 1 個檔案被更改,包括 1 行新增3 行删除
  1. 1
    3
      Seeed Wio Terminal/projects/m5-gps.ino

+ 1
- 3
Seeed Wio Terminal/projects/m5-gps.ino 查看文件

@@ -27,9 +27,7 @@ String last_time = "";
27 27
 String last_lat = "";
28 28
 String last_lon = "";
29 29
 
30
-char* ssid = "SSID";
31
-char* pw = "PASSWORD";
32
-
30
+  
33 31
 void setup()
34 32
 {
35 33
   Serial.begin(115200);