mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-10-19 10:02:01 +00:00
Utility: CW generator
This commit is contained in:
@@ -136,6 +136,9 @@ TransmitterView::TransmitterView(
|
||||
if (on_edit_frequency)
|
||||
on_edit_frequency();
|
||||
};
|
||||
field_frequency.on_change = [this](rf::Frequency f) {
|
||||
transmitter_model.set_tuning_frequency(f);
|
||||
};
|
||||
|
||||
button_start.on_select = [this](Button&){
|
||||
if (transmitting_) {
|
||||
|
Reference in New Issue
Block a user