|
|
|
|
|
|
|
|
1
|
+# set up
|
|
|
|
2
|
+- write ssid and password pairs in settings.toml, the variable names dont matter at all
|
|
|
|
3
|
+- put those variable names into the "wifi options" list in code.py
|
|
|
|
4
|
+- don't need to touch the rest of the code, and you can add more items or delete items from the list, the menu screen will adjust accordingly
|
|
|
|
5
|
+
|
|
|
|
6
|
+# to do / notes
|
|
|
|
7
|
+- esc button bypasses any need to connect to wifi - although maybe dont include this in offline projects :P
|
|
|
|
8
|
+- since you can choose, this makes cardputer basically portable since i can turn on hotspot
|