From 7396a5be43c5d5a2773175c0b0101f2ceffd22f2 Mon Sep 17 00:00:00 2001 From: sago35 Date: Tue, 6 Sep 2022 20:34:11 +0900 Subject: [PATCH] examples/rtl8720dn: remove wifi setting --- examples/rtl8720dn/tcpclient/main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 // }