mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 16:55:36 +03:00
DSHOT timing improvements (#12709)
DSHOT timing improvements: If DSHOT telemetry is still being received, wait (12612) Optimise DSHOT cache management loops (12672) Send motor data and then immediately decode prior telemetry data for bitbanged DSHOT (12685)
This commit is contained in:
parent
aa228ea583
commit
93f0a2380e
15 changed files with 183 additions and 67 deletions
|
@ -108,4 +108,5 @@ const char * const debugModeNames[DEBUG_COUNT] = {
|
|||
"VTX_MSP",
|
||||
"GPS_DOP",
|
||||
"FAILSAFE",
|
||||
"DSHOT_TELEMETRY_COUNTS"
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue