[GPS] Add course (bearing) as output option

This commit is contained in:
TD-er
2024-11-04 00:37:38 +01:00
parent b4b381cf31
commit df42dfeeb3
3 changed files with 10 additions and 0 deletions
+1
View File
@@ -61,6 +61,7 @@ enum class P082_query : uint8_t {
P082_QUERY_CHKSUM_FAIL = 9,
P082_QUERY_DISTANCE = 10,
P082_QUERY_DIST_REF = 11,
P082_QUERY_COURSE = 12,
P082_NR_OUTPUT_OPTIONS
};