From cedb25e5bce9c7f09cf9f39f6f1c6d3b91981d53 Mon Sep 17 00:00:00 2001 From: cube Date: Wed, 4 Feb 2026 21:36:32 +0000 Subject: [PATCH] Add 'CARDPUTER CircuitPython/wifi_switcher/readme.md' --- CARDPUTER CircuitPython/wifi_switcher/readme.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 CARDPUTER CircuitPython/wifi_switcher/readme.md diff --git a/CARDPUTER CircuitPython/wifi_switcher/readme.md b/CARDPUTER CircuitPython/wifi_switcher/readme.md new file mode 100644 index 0000000..ee07dd8 --- /dev/null +++ b/CARDPUTER CircuitPython/wifi_switcher/readme.md @@ -0,0 +1,8 @@ +# set up +- write ssid and password pairs in settings.toml, the variable names dont matter at all +- put those variable names into the "wifi options" list in code.py +- 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 + +# to do / notes +- esc button bypasses any need to connect to wifi - although maybe dont include this in offline projects :P +- since you can choose, this makes cardputer basically portable since i can turn on hotspot \ No newline at end of file