mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-15 20:35:33 +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
|
@ -97,4 +97,5 @@ const char * const debugModeNames[DEBUG_COUNT] = {
|
|||
"GYRO_SAMPLE",
|
||||
"RX_TIMING",
|
||||
"D_LPF",
|
||||
"VTX_TRAMP",
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue