mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-18 19:28:02 -04:00
add Meteomodem_M20 to packet class in sonde_packet.hpp
This commit is contained in:
parent
cb93f2636e
commit
e3169a3495
1 changed files with 1 additions and 0 deletions
|
@ -51,6 +51,7 @@ public:
|
|||
Meteomodem_M10 = 2,
|
||||
Meteomodem_M2K2 = 3,
|
||||
Vaisala_RS41_SG = 4,
|
||||
Meteomodem_M20 = 5,
|
||||
};
|
||||
|
||||
Packet(const baseband::Packet& packet, const Type type);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue