mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-24 00:35:26 +03:00
Add DSHOT_TELEMETRY_COUNTS debug mode (#3439)
Adds DSHOT_TELEMETRY_COUNTS debug mode
This commit is contained in:
parent
506194ba25
commit
5235c5c812
1 changed files with 1 additions and 0 deletions
|
@ -341,6 +341,7 @@ onboard_logging.initialize = function (callback) {
|
|||
{text: "ANGLE_MODE"},
|
||||
{text: "ANGLE_TARGET"},
|
||||
{text: "CURRENT_ANGLE"},
|
||||
{text: "DSHOT_TELEMETRY_COUNTS"},
|
||||
];
|
||||
|
||||
for (let i = 0; i < FC.PID_ADVANCED_CONFIG.debugModeCount; i++) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue