mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-12-06 03:12:12 +00:00
Added RFM69 helper
LGE tool: new frames Text entry string length bugfix
This commit is contained in:
@@ -33,7 +33,7 @@ namespace ui {
|
||||
|
||||
class AlphanumView : public TextEntryView {
|
||||
public:
|
||||
AlphanumView(NavigationView& nav, std::string * str, size_t max_length);
|
||||
AlphanumView(NavigationView& nav, std::string& str, size_t max_length);
|
||||
|
||||
AlphanumView(const AlphanumView&) = delete;
|
||||
AlphanumView(AlphanumView&&) = delete;
|
||||
|
||||
Reference in New Issue
Block a user