From c41b2b210967ad49d44f27716a00d87de2d25648 Mon Sep 17 00:00:00 2001 From: Brian Corteil Date: Wed, 26 Oct 2022 00:31:12 +0100 Subject: [PATCH] secrets.py file added change name and password to match your network in secrets.py --- micropython/examples/galactic_unicorn/secrets.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 micropython/examples/galactic_unicorn/secrets.py diff --git a/micropython/examples/galactic_unicorn/secrets.py b/micropython/examples/galactic_unicorn/secrets.py new file mode 100644 index 00000000..da998317 --- /dev/null +++ b/micropython/examples/galactic_unicorn/secrets.py @@ -0,0 +1,2 @@ +WIFI_SSID = "Name" +WIFI_PASS = "Password" \ No newline at end of file