mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-19 22:35:17 +03:00
Merge pull request #3011 from haslinghuis/add-debug-modes
This commit is contained in:
commit
74d2492b34
1 changed files with 5 additions and 0 deletions
|
@ -350,6 +350,11 @@ onboard_logging.initialize = function (callback) {
|
|||
{text: "RX_EXPRESSLRS_SPI"},
|
||||
{text: "RX_EXPRESSLRS_PHASELOCK"},
|
||||
{text: "RX_STATE_TIME"},
|
||||
{text: "GPS_RESCUE_VELOCITY"},
|
||||
{text: "GPS_RESCUE_HEADING"},
|
||||
{text: "GPS_RESCUE_TRACKING"},
|
||||
{text: "ATTITUDE"},
|
||||
{text: "VTX_MSP"},
|
||||
];
|
||||
|
||||
for (let i = 0; i < FC.PID_ADVANCED_CONFIG.debugModeCount; i++) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue