mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 06:15:16 +03:00
frsky-spi-D16 was counting every telemetry state as a good packet. If it was garbage packet it would go straight into the rcData
Add some debugging
This commit is contained in:
parent
26a4f762a1
commit
a86e0bc41c
7 changed files with 38 additions and 14 deletions
|
@ -68,6 +68,7 @@ typedef enum {
|
|||
DEBUG_FFT_TIME,
|
||||
DEBUG_FFT_FREQ,
|
||||
DEBUG_RX_FRSKY_SPI,
|
||||
DEBUG_RX_SIGNAL_LOSS,
|
||||
DEBUG_GYRO_RAW,
|
||||
DEBUG_DUAL_GYRO,
|
||||
DEBUG_DUAL_GYRO_RAW,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue