mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-13 17:05:37 -04:00
Added bias-T status icon
Merged radio settings in one screen
This commit is contained in:
parent
8b9ecda1a0
commit
3193c6ee99
152 changed files with 487 additions and 803 deletions
|
@ -74,6 +74,7 @@ public:
|
|||
ReplayConfig = 20,
|
||||
ReplayThreadDone = 21,
|
||||
AFSKRxConfigure = 22,
|
||||
StatusRefresh = 23,
|
||||
|
||||
TXProgress = 30,
|
||||
Retune = 31,
|
||||
|
@ -219,6 +220,14 @@ public:
|
|||
}
|
||||
};
|
||||
|
||||
class StatusRefreshMessage : public Message {
|
||||
public:
|
||||
constexpr StatusRefreshMessage(
|
||||
) : Message { ID::StatusRefresh }
|
||||
{
|
||||
}
|
||||
};
|
||||
|
||||
class AudioStatisticsMessage : public Message {
|
||||
public:
|
||||
constexpr AudioStatisticsMessage(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue