Skip to content

Commit

Permalink
increased delay for sending notification on SD card during startup
Browse files Browse the repository at this point in the history
  • Loading branch information
s0ftice committed May 5, 2019
1 parent 4cf63db commit dfe578a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bebop2/uavpal/bin/uavpal_globalfunctions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ at_command()
send_message()
{
# delay sending of messages if modem is not yet online
for i in 1 2 3; do
for i in $(seq 0 5); do
check_connection
done
if [ $? -ne 0 ]; then
Expand Down

0 comments on commit dfe578a

Please sign in to comment.