mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-17 05:15:25 +03:00
Fix issue entering pitmode.
Make as many variables as possible private. Re-work settings application into state machine. Remove legacy interfaces. Update OSD interface following implementation rework. Review updates.
This commit is contained in:
parent
6a92bf39b4
commit
367cc3a513
5 changed files with 366 additions and 331 deletions
|
@ -113,6 +113,7 @@ typedef enum {
|
|||
DEBUG_GYRO_SAMPLE,
|
||||
DEBUG_RX_TIMING,
|
||||
DEBUG_D_LPF,
|
||||
DEBUG_VTX_TRAMP,
|
||||
DEBUG_COUNT
|
||||
} debugType_e;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue