1
0
Fork 0
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:
Mark Haslinghuis 2022-01-13 01:11:12 +01:00
parent c34821e3af
commit cd9995aaeb

View file

@ -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++) {