add Meteomodem_M20 to packet class in sonde_packet.hpp

This commit is contained in:
Joel M 2023-04-29 13:49:27 +02:00 committed by GitHub
parent cb93f2636e
commit e3169a3495
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);