Skip to content

Instantly share code, notes, and snippets.

@MadMaxMcKinney
Created November 14, 2020 04:16
Show Gist options
  • Save MadMaxMcKinney/f98224641dae99536ac36e2ac077ba5c to your computer and use it in GitHub Desktop.
Save MadMaxMcKinney/f98224641dae99536ac36e2ac077ba5c to your computer and use it in GitHub Desktop.
Example CircuitPython secrets file for Wifi connection
secrets = {
'ssid' : 'your_wifi_ssid',
'password' : 'your_wifi_password',
'aio_username' : '_your_aio_username_',
'aio_key' : '_your_big_huge_super_long_aio_key_'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment