jprochazka / adsb-exchange

ADS-B Exchange Linux Setup Scripts
http://www.adsbexchange.com
MIT License
48 stars 47 forks source link

Add WiFi setup. #13

Closed jprochazka closed 7 years ago

jprochazka commented 8 years ago

Add the ability to setup WiFi.

jprochazka commented 7 years ago

This will not be done being the ability to do so is already built into Raspbian. Add the file /boot/wpa_supplicant.conf to your image containing the following:

network={
     ssid="YOUR_SSID"
     psk="YOUR_PASSWORD"
     key_mgmt=WPA-PSK
}