mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-06 05:34:50 -04:00
ADSB RX App cleanup (#1569)
* WIP refactoring/gardening * WIP cleanup, adding status dots * Rename ageStep * WIP Cleanup * Wrapping up ADSB refactor/cleanup. * Don't initialize strings to " " * Better map refresh * Fix colorization of recent entries * Fit and finish
This commit is contained in:
parent
bbd1a5a2ef
commit
f4f538f69b
7 changed files with 533 additions and 432 deletions
|
@ -1089,13 +1089,9 @@ class APRSPacketMessage : public Message {
|
|||
|
||||
class ADSBConfigureMessage : public Message {
|
||||
public:
|
||||
constexpr ADSBConfigureMessage(
|
||||
const uint32_t test)
|
||||
: Message{ID::ADSBConfigure},
|
||||
test(test) {
|
||||
constexpr ADSBConfigureMessage()
|
||||
: Message{ID::ADSBConfigure} {
|
||||
}
|
||||
|
||||
const uint32_t test;
|
||||
};
|
||||
|
||||
class JammerConfigureMessage : public Message {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue