mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-25 15:20:31 -04:00
Started adding decoders for RS41 radiosondes
Hopefully fixed M2K2 radiosonde battery voltage decoding Updated binary
This commit is contained in:
parent
1b93dd53e8
commit
dc82f15ece
9 changed files with 122 additions and 48 deletions
|
@ -62,7 +62,7 @@ public:
|
|||
}
|
||||
|
||||
private:
|
||||
std::bitset<1408> data { };
|
||||
std::bitset<2560> data { };
|
||||
Timestamp timestamp_ { };
|
||||
size_t count { 0 };
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue