Skip to content

Instantly share code, notes, and snippets.

@repcsi
Last active May 9, 2020 16:02
Show Gist options
  • Save repcsi/34131fe001660efaf28b6c85420e3bdc to your computer and use it in GitHub Desktop.
Save repcsi/34131fe001660efaf28b6c85420e3bdc to your computer and use it in GitHub Desktop.
OctoPi:
network={
ssid="Your Wifi SSID"
psk="supersecretwifipassword"
}
==========================================================
RASPBIAN:
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
country=HU
network={
ssid="wifi"
psk="password"
key_mgmt=WPA-PSK
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment