mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-25 07:10:43 -04:00
Added "test app" as a draft zone for... stuff
Added second signature for M2K2 radiosonde
This commit is contained in:
parent
d5aec94eed
commit
17b238f3a8
12 changed files with 522 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue