examples/rtl8720dn: remove wifi setting

This commit is contained in:
sago35
2022-09-06 20:34:11 +09:00
committed by Ron Evans
parent c409e8f3cf
commit 7396a5be43
+2 -2
View File
@@ -19,8 +19,8 @@ import (
// You can override the setting with the init() in another source code.
// func init() {
// ssid = "sghome-gw"
// password = "3af25537b4524"
// ssid = "your-ssid"
// password = "your-password"
// serverIP = "192.168.1.119"
// debug = true
// }