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

Merge remote-tracking branch 'origin' into dzikuvx-pcf8574-expander

This commit is contained in:
Pawel Spychalski (DzikuVx) 2020-07-20 22:12:40 +02:00
commit 1547aff0aa
16 changed files with 866 additions and 34 deletions

View file

@ -73,6 +73,9 @@ 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_PCF8574,
DEBUG_COUNT
} debugType_e;