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

Fix issues impacting RX_STATE_MODES state duration and add DEBUG_RX_STATE_TIME

This commit is contained in:
Steve Evans 2022-01-11 20:09:55 +00:00
parent 8d52a36150
commit c05ad2ec9b
7 changed files with 31 additions and 2 deletions

View file

@ -99,4 +99,5 @@ const char * const debugModeNames[DEBUG_COUNT] = {
"TIMING_ACCURACY",
"RX_EXPRESSLRS_SPI",
"RX_EXPRESSLRS_PHASELOCK",
"RX_STATE_TIME"
};