mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-10-21 03:10:16 +00:00
Started adding AFSK modulator options, cleaning up LCR TX
This commit is contained in:
@@ -102,6 +102,7 @@ AlphanumView::AlphanumView(
|
||||
add_child(&button_done);
|
||||
button_done.on_select = [this, &nav, txt, max_len](Button&) {
|
||||
memcpy(txt, txtinput, max_len+1);
|
||||
on_changed(this->value());
|
||||
nav.pop();
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user