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