1
0
Fork 0
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:
Mark Haslinghuis 2022-05-22 04:56:43 +02:00
parent d92a49aac8
commit 6f0bdba5f4
5 changed files with 31 additions and 26 deletions

View file

@ -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);
}
});