mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-07-29 17:49:14 -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
|
@ -31,7 +31,7 @@
|
|||
|
||||
class PacketBuilder {
|
||||
public:
|
||||
using PayloadType = std::bitset<256>;
|
||||
using PayloadType = std::bitset<1024>;
|
||||
using PayloadHandlerFunc = std::function<void(const PayloadType& payload, const size_t bits_received)>;
|
||||
|
||||
PacketBuilder(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue