mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2026-08-20 14:39:01 +00:00
Added "test app" as a draft zone for... stuff
Added second signature for M2K2 radiosonde
This commit is contained in:
@@ -62,7 +62,7 @@ std::string Packet::signature() const {
|
||||
|
||||
if (header == 0x649F20)
|
||||
return "M10";
|
||||
else if (header == 0x648F20)
|
||||
else if ((header == 0x648F20) || (header == 0x648F23))
|
||||
return "M2K2";
|
||||
else
|
||||
return "0x" + symbols_formatted().data.substr(0, 6);
|
||||
|
||||
Reference in New Issue
Block a user