From e1d17c7e000e97e758fbe75d7f866e7a44d2fb6e Mon Sep 17 00:00:00 2001 From: cube Date: Wed, 4 Feb 2026 21:34:08 +0000 Subject: [PATCH] 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 --- CARDPUTER CircuitPython/wifi_switcher/settings.toml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 CARDPUTER CircuitPython/wifi_switcher/settings.toml diff --git a/CARDPUTER CircuitPython/wifi_switcher/settings.toml b/CARDPUTER CircuitPython/wifi_switcher/settings.toml new file mode 100644 index 0000000..ad53a81 --- /dev/null +++ b/CARDPUTER CircuitPython/wifi_switcher/settings.toml @@ -0,0 +1,7 @@ +# settings.toml +WIFI1 = "ssid 1" +WIFIPW1 = "pw 1" +WIFI2 = "ssid 2" +WIFIPW2 = "pw 2" +WIFI3 = "ssid 3" +WIFIPW3 = "pw 3" \ No newline at end of file