Skip to content

Commit

Permalink
core: bump mavlink mission retries
Browse files Browse the repository at this point in the history
  • Loading branch information
julianoes committed Aug 5, 2021
1 parent 0186dae commit 4e70b28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/mavlink_mission_transfer.h
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ class MAVLinkMissionTransfer {
unsigned _retries_done{0};
};

static constexpr unsigned retries = 4;
static constexpr unsigned retries = 5;

using TimeoutSCallback = std::function<double()>;

Expand Down

0 comments on commit 4e70b28

Please sign in to comment.