minor fixes while producing video
This commit is contained in:
@@ -17,7 +17,9 @@
|
|||||||
* start drone
|
* start drone
|
||||||
* until repeater lights blue without blinking
|
* until repeater lights blue without blinking
|
||||||
* ./manage.sh get-dhcp
|
* ./manage.sh get-dhcp
|
||||||
* ./manage start-talikng
|
* ./manage.sh start-talikng or ./manage.sh start-webui
|
||||||
|
|
||||||
### auto chatui-rpi setup:
|
### 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;
|
while true;
|
||||||
do
|
do
|
||||||
sudo dhclient $DRONE_INTERFACE
|
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
|
if [[ -n $ip_address ]]; then
|
||||||
echo "Drone assigned IP to commander: $ip_address"
|
echo "Drone assigned IP to commander: $ip_address"
|
||||||
echo "ok"
|
echo "ok"
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
drone_interface:
|
drone_interface:
|
||||||
wlan1
|
wlan1 # wlx14cc201488aa
|
||||||
net_interface:
|
net_interface:
|
||||||
wlan0
|
wlan0 # enp5s0
|
||||||
drone_wpa_supp:
|
drone_wpa_supp:
|
||||||
wpa_supp_djituad0_plus.conf
|
wpa_supp_djituad0_plus.conf
|
||||||
net_wpa_supp:
|
net_wpa_supp:
|
||||||
|
|||||||
Reference in New Issue
Block a user