Skip to content

Commit

Permalink
Rover: Enable AbsoluteEncoder by default
Browse files Browse the repository at this point in the history
This enables AbsoluteEncoder support in Rover by default, for use with AP_Windvane.
  • Loading branch information
DavidIngraham committed Dec 12, 2023
1 parent 1f39af8 commit 263f474
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

//////////////////////////////////////////////////////////////////////////////
// Absolute Encoder Driver - useful for wind vanes
#ifndef ABSOLUTEENCODER_ENABLED
#define ABSOLUTEENCODER_ENABLED ENABLED
#endif

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

0 comments on commit 263f474

Please sign in to comment.