Skip to content

Commit 5e4543d

Browse files
committed
Rover: Enable AbsoluteEncoder by default if windvane is enabled
1 parent 811ab70 commit 5e4543d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Rover/config.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,11 @@
6666
# define MODE_FOLLOW_ENABLED AP_FOLLOW_ENABLED
6767
#endif
6868

69+
//////////////////////////////////////////////////////////////////////////////
70+
// Absolute Encoder Driver - useful for wind vanes
71+
#ifndef ABSOLUTEENCODER_ENABLED
72+
#define ABSOLUTEENCODER_ENABLED ENABLED
73+
#endif
6974

7075
//////////////////////////////////////////////////////////////////////////////
7176
// Developer Items

0 commit comments

Comments
 (0)