Skip to content

Commit

Permalink
Merge pull request #2234 from paparazzi/bebop_wifi-fix
Browse files Browse the repository at this point in the history
[parrot] wait longer when connecting bebop to wifi router
  • Loading branch information
kirkscheper committed Feb 26, 2018
2 parents 4e80b97 + 3df160f commit d45b2d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sw/tools/parrot/bebop/wifi_tools/scripts/connect2hub
Expand Up @@ -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
Expand Down

0 comments on commit d45b2d7

Please sign in to comment.