1
0
Fork 0
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:
Phil Greenland 2020-03-22 21:28:01 +00:00
parent 6a92bf39b4
commit 367cc3a513
5 changed files with 366 additions and 331 deletions

View file

@ -113,6 +113,7 @@ typedef enum {
DEBUG_GYRO_SAMPLE,
DEBUG_RX_TIMING,
DEBUG_D_LPF,
DEBUG_VTX_TRAMP,
DEBUG_COUNT
} debugType_e;