mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-20 21:04:24 -04:00
Utility: CW generator
This commit is contained in:
parent
aa29348562
commit
0642c57041
17 changed files with 273 additions and 46 deletions
|
@ -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_) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue