mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-09 22:49:53 +08:00
Merge pull request #2234 from paparazzi/bebop_wifi-fix
[parrot] wait longer when connecting bebop to wifi router
This commit is contained in:
@@ -35,7 +35,7 @@ then
|
||||
wificmd="bcmwl join $WIFI_SSID key $WIFI_KEY amode $WIFI_AMODE"
|
||||
fi
|
||||
eval $wificmd
|
||||
sleep 2
|
||||
sleep 5
|
||||
# from the udhcpc message clip the leased IP address
|
||||
dhcpmsg=`udhcpc -n -b -i eth0 -s /data/ftp/internal_000/scripts/config_network.script -x hostname:$(hostname)`
|
||||
echo $dhcpmsg > /data/ftp/internal_000/scripts/MSG_latest_DHCP
|
||||
|
||||
Reference in New Issue
Block a user