sample settings.toml
you will need to fill this in accordingly. they will not be added automatically to the menu items so be sure to update the code as well. you might find a settings.toml already filled in somewhere on disk
This commit is contained in:
7
CARDPUTER CircuitPython/wifi_switcher/settings.toml
Normal file
7
CARDPUTER CircuitPython/wifi_switcher/settings.toml
Normal file
@@ -0,0 +1,7 @@
|
||||
# settings.toml
|
||||
WIFI1 = "ssid 1"
|
||||
WIFIPW1 = "pw 1"
|
||||
WIFI2 = "ssid 2"
|
||||
WIFIPW2 = "pw 2"
|
||||
WIFI3 = "ssid 3"
|
||||
WIFIPW3 = "pw 3"
|
||||
Reference in New Issue
Block a user