Created
November 16, 2019 17:46
-
-
Save g105b/e7d3d944ac8956357872dd4c99f6e3b6 to your computer and use it in GitHub Desktop.
Automatically connect Raspberry Pi to an open but hidden wifi network
This file contains 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
# /etc/wpa_supplicant/wpa_supplicant.conf | |
# or put wpa_supplicant.conf inside the boot directory | |
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev | |
update_config=1 | |
network={ | |
ssid="60" | |
scan_ssid=1 | |
key_mgmt=NONE | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment