mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2026-08-20 14:39:01 +00:00
Added RFM69 helper
LGE tool: new frames Text entry string length bugfix
This commit is contained in:
@@ -99,10 +99,10 @@ APRSTXView::APRSTXView(NavigationView& nav) {
|
||||
button_set.on_select = [this, &nav](Button&) {
|
||||
text_prompt(
|
||||
nav,
|
||||
&payload,
|
||||
payload,
|
||||
30,
|
||||
[this](std::string* s) {
|
||||
text_payload.set(*s);
|
||||
[this](std::string& s) {
|
||||
text_payload.set(s);
|
||||
}
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user