minor touches for raspberry zero w
This commit is contained in:
@@ -12,7 +12,7 @@ elif [ "$ARCH" = "armv6l" ]; then
|
||||
fi
|
||||
echo "found architecture $ARCH"; sleep 3
|
||||
|
||||
rm yq_linux_* && \
|
||||
rm yq_linux_*
|
||||
wget https://github.com/mikefarah/yq/releases/download/v4.33.3/yq_linux_$ARCH && \
|
||||
mv yq_linux_$ARCH yq && \
|
||||
chmod +x yq && \
|
||||
@@ -20,6 +20,6 @@ mv yq /home/uad/.local/bin
|
||||
|
||||
echo "installing virtualenv"; sleep 3
|
||||
|
||||
virtualenv venv
|
||||
virtualenv --python=/usr/bin/python3.7 venv
|
||||
pip install -r requirements.txt
|
||||
|
||||
|
||||
@@ -13,6 +13,7 @@ list_related_network_interface_status() {
|
||||
}
|
||||
|
||||
list_wifi_ssid(){
|
||||
echo "using drone interface: $DRONE_INTERFACE"
|
||||
sudo iw dev $DRONE_INTERFACE scan | grep "SSID: "
|
||||
}
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
commander:
|
||||
drone_interface:
|
||||
wlx14cc201488aa
|
||||
wlan1
|
||||
net_interface:
|
||||
wlan0
|
||||
drone_wpa_supp:
|
||||
@@ -8,4 +8,4 @@ commander:
|
||||
net_wpa_supp:
|
||||
wpa_supp_uadis.conf
|
||||
env_for_dynaconf:
|
||||
tuncel
|
||||
commander
|
||||
|
||||
0
wpa_supp.log
Normal file
0
wpa_supp.log
Normal file
Reference in New Issue
Block a user