Skip to content
Erik Berglund edited this page Nov 22, 2022 · 1 revision

Frequently Asked Questions

Q: What should the wifi_secrets.py file look like?

A: Like this:

ssid = "name of WiFi network"
password = "your password"

Nothing else. No formatting, no curly braces, no nothing.

Clone this wiki locally