mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-25 17:25:16 +03:00
Add debugging modes
This commit is contained in:
parent
c34821e3af
commit
cd9995aaeb
1 changed files with 4 additions and 0 deletions
|
@ -346,6 +346,10 @@ TABS.onboard_logging.initialize = function (callback) {
|
|||
{text: "VTX_TRAMP"},
|
||||
{text: "GHOST"},
|
||||
{text: "SCHEDULER_DETERMINISM"},
|
||||
{text: "TIMING_ACCURACY"},
|
||||
{text: "RX_EXPRESSLRS_SPI"},
|
||||
{text: "RX_EXPRESSLRS_PHASELOCK"},
|
||||
{text: "RX_STATE_TIME"},
|
||||
];
|
||||
|
||||
for (let i = 0; i < FC.PID_ADVANCED_CONFIG.debugModeCount; i++) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue