mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-15 20:35:33 +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
|
@ -50,6 +50,7 @@ const char * const debugModeNames[DEBUG_COUNT] = {
|
|||
"FFT_TIME",
|
||||
"FFT_FREQ",
|
||||
"RX_FRSKY_SPI",
|
||||
"RX_SIGNAL_LOSS",
|
||||
"GYRO_RAW",
|
||||
"DUAL_GYRO",
|
||||
"DUAL_GYRO_RAW",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue