mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2024-12-13 03:34:35 +00:00
Restricting Frequency change to only Channel Options Toggle. (#1526)
* First BLE work
This commit is contained in:
parent
b96f14762f
commit
80bfcd5eb1
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user