mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-04-25 19:00:49 +00:00
add Meteomodem_M20 to packet class in sonde_packet.hpp
This commit is contained in:
parent
cb93f2636e
commit
e3169a3495
@ -51,6 +51,7 @@ public:
|
|||||||
Meteomodem_M10 = 2,
|
Meteomodem_M10 = 2,
|
||||||
Meteomodem_M2K2 = 3,
|
Meteomodem_M2K2 = 3,
|
||||||
Vaisala_RS41_SG = 4,
|
Vaisala_RS41_SG = 4,
|
||||||
|
Meteomodem_M20 = 5,
|
||||||
};
|
};
|
||||||
|
|
||||||
Packet(const baseband::Packet& packet, const Type type);
|
Packet(const baseband::Packet& packet, const Type type);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user