minor touches for raspberry zero w

This commit is contained in:
alihan
2023-05-16 23:50:13 +03:00
parent 2c03e4b96d
commit 7830b56170
5 changed files with 5 additions and 4 deletions

0
.gitkeep Normal file
View File

View File

@@ -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

View File

@@ -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: "
}

View File

@@ -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
View File