mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-05-13 12:12:16 -04:00
POCSAG TX (with fixed message for testing)
This commit is contained in:
parent
b430b1e427
commit
dc7fcbc6c3
22 changed files with 562 additions and 91 deletions
|
@ -56,6 +56,7 @@ public:
|
|||
~TransmitterView();
|
||||
|
||||
void on_show() override;
|
||||
void focus() override;
|
||||
|
||||
void set_transmitting(const bool transmitting);
|
||||
|
||||
|
@ -78,11 +79,11 @@ private:
|
|||
};
|
||||
|
||||
TXGainField field_gain {
|
||||
{ 11 * 8, 0 * 16 }
|
||||
{ 10 * 8, 0 * 16 }
|
||||
};
|
||||
|
||||
NumberField field_bw {
|
||||
{ 14 * 8, 0 * 16 },
|
||||
{ 13 * 8, 0 * 16 },
|
||||
3,
|
||||
{ 1, 150 },
|
||||
1,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue