We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 811ab70 commit 5e4543dCopy full SHA for 5e4543d
Rover/config.h
@@ -66,6 +66,11 @@
66
# define MODE_FOLLOW_ENABLED AP_FOLLOW_ENABLED
67
#endif
68
69
+//////////////////////////////////////////////////////////////////////////////
70
+// Absolute Encoder Driver - useful for wind vanes
71
+#ifndef ABSOLUTEENCODER_ENABLED
72
+ #define ABSOLUTEENCODER_ENABLED ENABLED
73
+#endif
74
75
//////////////////////////////////////////////////////////////////////////////
76
// Developer Items
0 commit comments