mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-07-29 01:29:03 -04:00
Put symbol coding into PacketBuilder.
Removes stuffing symbols before placing them into packet buffer.
This commit is contained in:
parent
c936e09702
commit
05badaddda
2 changed files with 7 additions and 1 deletions
|
@ -30,5 +30,6 @@ void PacketBuilder::configure(size_t new_payload_length) {
|
|||
|
||||
void PacketBuilder::reset_state() {
|
||||
bits_received = 0;
|
||||
unstuff.reset();
|
||||
state = State::AccessCodeSearch;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue