1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-23 16:25:26 +03:00

Add IR-Lock optical positioning system support (#5677)

This commit is contained in:
Michel Pastor 2020-05-06 13:38:06 +02:00 committed by GitHub
parent a16fc8acec
commit aa928bdfff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 353 additions and 9 deletions

View file

@ -70,5 +70,6 @@ typedef enum {
DEBUG_NAV_YAW,
DEBUG_DYNAMIC_FILTER,
DEBUG_DYNAMIC_FILTER_FREQUENCY,
DEBUG_IRLOCK,
DEBUG_COUNT
} debugType_e;