mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-07-27 16:56:15 -04:00
Enlarge packet payload size 256 -> 1024 bits.
This commit is contained in:
parent
68250b4d30
commit
7a5100baf1
4 changed files with 6 additions and 4 deletions
|
@ -217,7 +217,7 @@ public:
|
|||
#include <bitset>
|
||||
|
||||
struct FSKPacket {
|
||||
std::bitset<256> payload;
|
||||
std::bitset<1024> payload;
|
||||
size_t bits_received;
|
||||
|
||||
FSKPacket(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue