Created
September 8, 2020 13:37
-
-
Save sadesyllas/74dd3cf12ad410819618de943223e83b to your computer and use it in GitHub Desktop.
Raspberry PI OS Wifi Configuration on boot
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
| # This must be placed in the root directory of the boot partition | |
| country=GR | |
| ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev | |
| update_config=1 | |
| network={ | |
| ssid="NETWORK-NAME" | |
| psk="NETWORK-PASSWORD" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment