minor fixes while producing video
This commit is contained in:
@@ -17,7 +17,9 @@
|
||||
* start drone
|
||||
* until repeater lights blue without blinking
|
||||
* ./manage.sh get-dhcp
|
||||
* ./manage start-talikng
|
||||
* ./manage.sh start-talikng or ./manage.sh start-webui
|
||||
|
||||
### auto chatui-rpi setup:
|
||||
*
|
||||
* wait 2-3 mins
|
||||
* check your phone hotspot has connection from rpiservo
|
||||
* activate vpn and go to webui: http://10.8.0.9:8890
|
||||
|
||||
@@ -40,7 +40,7 @@ get_dhcp_ip () {
|
||||
while true;
|
||||
do
|
||||
sudo dhclient $DRONE_INTERFACE
|
||||
ip_address=$(ip addr show wlan1 | grep 'inet ' | awk '{print $2}' | cut -d'/' -f1)
|
||||
ip_address=$(ip addr show $DRONE_INTERFACE | grep 'inet ' | awk '{print $2}' | cut -d'/' -f1)
|
||||
if [[ -n $ip_address ]]; then
|
||||
echo "Drone assigned IP to commander: $ip_address"
|
||||
echo "ok"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
drone_interface:
|
||||
wlan1
|
||||
wlan1 # wlx14cc201488aa
|
||||
net_interface:
|
||||
wlan0
|
||||
wlan0 # enp5s0
|
||||
drone_wpa_supp:
|
||||
wpa_supp_djituad0_plus.conf
|
||||
net_wpa_supp:
|
||||
|
||||
Reference in New Issue
Block a user