1
0
Fork 0
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:
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

@ -97,4 +97,5 @@ const char * const debugModeNames[DEBUG_COUNT] = {
"GYRO_SAMPLE",
"RX_TIMING",
"D_LPF",
"VTX_TRAMP",
};