Browse Source

https://git.yoqi.me/lyq/WifiQRCode/issues/2

liuyuqi-dellpc 1 year ago
parent
commit
551f0aee2f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Win/ShareWifi/Model/WifiModel.cs

+ 1 - 1
Win/ShareWifi/Model/WifiModel.cs

@@ -16,7 +16,7 @@ namespace ShareWifi.Model
 
         public string getWifi()
         {
-            return "WIFI:T:WPA;p:\"" + Pwd + "\";S:" + Ssid + ";";
+            return "WIFI:T:WPA;P:\"" + Pwd + "\";S:" + Ssid + ";";
         }
     }
 }