mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-05-12 03:34:58 -04:00
Morse CW TX and message set button
This commit is contained in:
parent
6c86ad1b72
commit
58718afd50
8 changed files with 131 additions and 221 deletions
|
@ -28,7 +28,6 @@
|
|||
#include "ui_navigation.hpp"
|
||||
#include "ui_receiver.hpp"
|
||||
#include "ui_transmitter.hpp"
|
||||
#include "ui_textentry.hpp"
|
||||
#include "bch_code.hpp"
|
||||
#include "message.hpp"
|
||||
#include "transmitter_model.hpp"
|
||||
|
@ -106,8 +105,8 @@ private:
|
|||
};
|
||||
|
||||
Button button_message {
|
||||
{ 3 * 8, 14 * 8, 8 * 8, 28 },
|
||||
"Set"
|
||||
{ 3 * 8, 14 * 8, 12 * 8, 28 },
|
||||
"Set message"
|
||||
};
|
||||
|
||||
ProgressBar progressbar {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue