Skip to content

Commit

Permalink
Rover: Enable AngleSensor by default if windvane is enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidIngraham committed Dec 30, 2023
1 parent 6f02de6 commit 375e769
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Rover/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,11 @@
# define MODE_FOLLOW_ENABLED AP_FOLLOW_ENABLED
#endif

//////////////////////////////////////////////////////////////////////////////
// Angle Sensor Driver - useful for wind vanes
#ifndef ANGLESENSOR_ENABLED
#define ANGLESENSOR_ENABLED ENABLED
#endif

//////////////////////////////////////////////////////////////////////////////
// Developer Items
Expand Down

0 comments on commit 375e769

Please sign in to comment.