mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-17 19:00:41 -04:00
Started ADS-B TX UI and frame encoding
This commit is contained in:
parent
57dc1f7aa4
commit
bb6eefe2be
13 changed files with 489 additions and 80 deletions
|
@ -550,13 +550,11 @@ public:
|
|||
class RetuneMessage : public Message {
|
||||
public:
|
||||
constexpr RetuneMessage(
|
||||
const int64_t freq
|
||||
) : Message { ID::Retune },
|
||||
freq(freq)
|
||||
) : Message { ID::Retune }
|
||||
{
|
||||
}
|
||||
|
||||
const int64_t freq = 0;
|
||||
int64_t freq = 0;
|
||||
};
|
||||
|
||||
class AudioTXConfigMessage : public Message {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue