mirror of
https://github.com/oresat/oresat-star-tracker-hardware.git
synced 2024-12-12 00:55:38 +00:00
9 lines
159 B
Plaintext
9 lines
159 B
Plaintext
# add this to /etc/network/interfaces
|
|
auto wlan0
|
|
iface wlan0 inet dhcp
|
|
wpa_ssid "psas-external"
|
|
wpa-psk "psasrocket"
|
|
|
|
# then bring it up
|
|
$ sudo ifup wlan0
|