Skip to content

Instantly share code, notes, and snippets.

@lucassmacedo
Last active June 16, 2021 00:36
Show Gist options
  • Save lucassmacedo/1351e4360b828cc6bcb618cd9214a2ec to your computer and use it in GitHub Desktop.
Save lucassmacedo/1351e4360b828cc6bcb618cd9214a2ec to your computer and use it in GitHub Desktop.
Configuração Raspberry Wifi
country=BR
update_config=1
ctrl_interface=/var/run/wpa_supplicant
network={
ssid="networkName"
psk="password"
key_mgmt=WPA-PSK
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment