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

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