Restricting Frequency change to only Channel Options Toggle. (#1526)

* First BLE work
This commit is contained in:
Netro 2023-10-23 14:54:04 -04:00 committed by GitHub
parent b96f14762f
commit 80bfcd5eb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -223,8 +223,7 @@ BLERxView::BLERxView(NavigationView& nav)
nav_.push<BleRecentEntryDetailView>(entry);
};
// field_frequency.set_value(get_freq_by_channel_number(37));
field_frequency.set_step(2000000);
field_frequency.set_step(0);
check_log.set_value(logging);