From bcd385cb65acdb0b6a2f1fa8780b55a549b84258 Mon Sep 17 00:00:00 2001 From: Adam Knowles <1413836+Pharkie@users.noreply.github.com> Date: Sun, 8 Oct 2023 11:46:51 +0100 Subject: [PATCH] Readme update --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e64f30a..aecb1a3 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,11 @@ Adam's Galactic Unicorn LED display. A hobby project the cycles between various 1. Clone or fork from Github. 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). -3. Update Wifi SSID and password in Secrets.py +3. Create a text file "wifi_creds.py" in the root dir/ with the following contents: +``` +WIFI_SSID = "" +WIFI_PASSWORD = "" +``` 4. Set config options in config.py 5. Run main.py. 6. Profit.