mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-12-03 12:31:49 +00:00
Added basic POCSAG receiver
Added Yes/no modal screen (for future tx warnings)
This commit is contained in:
@@ -116,7 +116,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());
|
||||
if (on_changed) on_changed(this->value());
|
||||
nav.pop();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user