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

Fix telemetry being disabled for protocols used outside of ports tab (#3298)

Fix telemetry being disabled for other protocols used outside of ports tab
This commit is contained in:
Mark Haslinghuis 2023-01-31 16:52:45 +01:00 committed by GitHub
parent d899009044
commit 8b6f3bbe30
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -459,8 +459,6 @@ ports.initialize = function (callback) {
if (enableTelemetry) {
featureConfig.enable('TELEMETRY');
} else {
featureConfig.disable('TELEMETRY');
}
if (enableBlackbox) {