Skip to content

Commit bcd385c

Browse files
committed
Readme update
1 parent cd67fab commit bcd385c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,11 @@ Adam's Galactic Unicorn LED display. A hobby project the cycles between various
1515

1616
1. Clone or fork from Github.
1717
2. Upload files to your Galactic Unicorn. Suggest use "Upload Project" from [MicroPico Visual Studio Code Extension](https://marketplace.visualstudio.com/items?itemName=paulober.pico-w-go).
18-
3. Update Wifi SSID and password in Secrets.py
18+
3. Create a text file "wifi_creds.py" in the root dir/ with the following contents:
19+
```
20+
WIFI_SSID = "<YOUR WIFI SSID>"
21+
WIFI_PASSWORD = "<YOUR WIFI PASSWORD>"
22+
```
1923
4. Set config options in config.py
2024
5. Run main.py.
2125
6. Profit.

0 commit comments

Comments
 (0)