Просмотр исходного кода

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
cube 1 месяц назад
Родитель
Сommit
e1d17c7e00
1 измененных файлов: 7 добавлений и 0 удалений
  1. 7
    0
      CARDPUTER CircuitPython/wifi_switcher/settings.toml

+ 7
- 0
CARDPUTER CircuitPython/wifi_switcher/settings.toml Просмотреть файл

@@ -0,0 +1,7 @@
1
+# settings.toml
2
+WIFI1 = "ssid 1"
3
+WIFIPW1 = "pw 1"
4
+WIFI2 = "ssid 2"
5
+WIFIPW2 = "pw 2"
6
+WIFI3 = "ssid 3"
7
+WIFIPW3 = "pw 3"