Added RFM69 helper

LGE tool: new frames
Text entry string length bugfix
This commit is contained in:
furrtek 2019-05-05 00:43:36 +01:00
parent dd35bda197
commit b1e72c788b
18 changed files with 417 additions and 130 deletions

View file

@ -134,10 +134,10 @@ ADSBCallsignView::ADSBCallsignView(
button_callsign.on_select = [this, &nav](Button&) {
text_prompt(
nav,
&callsign,
callsign,
8,
[this](std::string* s) {
button_callsign.set_text(*s);
[this](std::string& s) {
button_callsign.set_text(s);
}
);
};