1
0
Fork 0
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:
Bryce Johnson 2018-04-21 16:49:47 -06:00 committed by mikeller
parent 26a4f762a1
commit a86e0bc41c
7 changed files with 38 additions and 14 deletions

View file

@ -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",