1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-23 16:25:22 +03:00

Add DEBUG_ANGLEMODE (#3133)

Add DEBUG_ANGLE_CONTROLLER
This commit is contained in:
haslinghuis 2022-12-15 14:02:17 +01:00 committed by GitHub
parent 1c94746cb4
commit bb8d3b4019
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -307,6 +307,7 @@ onboard_logging.initialize = function (callback) {
{text: "ATTITUDE"},
{text: "VTX_MSP"},
{text: "GPS_DOP"},
{text: "ANGLEMODE"},
];
for (let i = 0; i < FC.PID_ADVANCED_CONFIG.debugModeCount; i++) {