1
0
Fork 0
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:
Mark Haslinghuis 2023-05-07 19:10:29 +02:00 committed by GitHub
parent 506194ba25
commit 5235c5c812
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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