1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-24 16:55:29 +03:00

Add Smartport Master (#5724)

This commit is contained in:
Michel Pastor 2020-07-20 21:13:35 +02:00 committed by GitHub
parent 127bec56b9
commit 707133c4db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 754 additions and 27 deletions

View file

@ -73,5 +73,8 @@ typedef enum {
DEBUG_IRLOCK,
DEBUG_CD,
DEBUG_KALMAN,
DEBUG_SPM_CELLS, // Smartport master FLVSS
DEBUG_SPM_VS600, // Smartport master VS600 VTX
DEBUG_SPM_VARIO, // Smartport master variometer
DEBUG_COUNT
} debugType_e;