Created
September 6, 2021 16:10
-
-
Save kvutien/9c035c032828da67ec857a198c2146ba to your computer and use it in GitHub Desktop.
Raspbian wpa-supplicant example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
country=LU | |
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev | |
update_config=1 | |
network={ | |
ssid="your wi-fi SSID" | |
psk="your-wifi-password-example204877" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment