Skip to content

Commit

Permalink
ArduPlane: Scripted follow in Plane
Browse files Browse the repository at this point in the history
  • Loading branch information
timtuxworth committed Sep 26, 2024
1 parent 378bec6 commit 45309d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ArduPlane/mode_guided.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#include "Plane.h"

// In the previous version this defaults to 3000 which limits Guided from doing timely updates
#define LIMIT_ON_GUIDED_UPDATE_FREQUENCY 50
#define LIMIT_ON_GUIDED_UPDATE_FREQUENCY 25

bool ModeGuided::_enter()
{
Expand Down

0 comments on commit 45309d7

Please sign in to comment.