mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-16 21:05:30 +03:00
Move telemetry to receiver tab
This commit is contained in:
parent
d92a49aac8
commit
6f0bdba5f4
5 changed files with 31 additions and 26 deletions
|
@ -360,7 +360,7 @@ TABS.receiver.initialize = function (callback) {
|
|||
FC.FEATURE_CONFIG.features.updateData(element);
|
||||
updateTabList(FC.FEATURE_CONFIG.features);
|
||||
|
||||
if (element.attr('name') === "RSSI_ADC") {
|
||||
if (element.attr('name') === "RSSI_ADC" || element.attr('name') === "TELEMETRY") {
|
||||
updateSaveButton(true);
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue