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:
parent
d899009044
commit
8b6f3bbe30
1 changed files with 0 additions and 2 deletions
|
@ -459,8 +459,6 @@ ports.initialize = function (callback) {
|
|||
|
||||
if (enableTelemetry) {
|
||||
featureConfig.enable('TELEMETRY');
|
||||
} else {
|
||||
featureConfig.disable('TELEMETRY');
|
||||
}
|
||||
|
||||
if (enableBlackbox) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue