mirror of
https://github.com/tinygo-org/drivers.git
synced 2026-08-19 06:03:57 +00:00
examples/rtl8720dn: remove wifi setting
This commit is contained in:
@@ -19,8 +19,8 @@ import (
|
|||||||
|
|
||||||
// You can override the setting with the init() in another source code.
|
// You can override the setting with the init() in another source code.
|
||||||
// func init() {
|
// func init() {
|
||||||
// ssid = "sghome-gw"
|
// ssid = "your-ssid"
|
||||||
// password = "3af25537b4524"
|
// password = "your-password"
|
||||||
// serverIP = "192.168.1.119"
|
// serverIP = "192.168.1.119"
|
||||||
// debug = true
|
// debug = true
|
||||||
// }
|
// }
|
||||||
|
|||||||
Reference in New Issue
Block a user