Skip to content

Commit

Permalink
Add sleep 10 for flaky wifi environments
Browse files Browse the repository at this point in the history
  • Loading branch information
danamlewis authored and scottleibrand committed Jul 6, 2017
1 parent d2d12ff commit fd9ec22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/openaps-bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ echo -e "\n/etc/wpa_supplicant/wpa_supplicant.conf:\n"
cat wpa_supplicant.conf
echo -e "\nAttempting to bring up wlan0:\n"
ifdown wlan0; ifup wlan0
sleep 10
echo -ne "\nWifi SSID: "; iwgetid -r
sleep 5
# TODO check for options to fix the certificate activation error message for https
Expand Down

0 comments on commit fd9ec22

Please sign in to comment.