diff --git a/examples/rtl8720dn/tcpclient/main.go b/examples/rtl8720dn/tcpclient/main.go index c8dd593..ce31732 100644 --- a/examples/rtl8720dn/tcpclient/main.go +++ b/examples/rtl8720dn/tcpclient/main.go @@ -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 // }