mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-19 23:17:47 +00:00
Put symbol coding into PacketBuilder.
Removes stuffing symbols before placing them into packet buffer.
This commit is contained in:
@@ -30,5 +30,6 @@ void PacketBuilder::configure(size_t new_payload_length) {
|
||||
|
||||
void PacketBuilder::reset_state() {
|
||||
bits_received = 0;
|
||||
unstuff.reset();
|
||||
state = State::AccessCodeSearch;
|
||||
}
|
||||
|
Reference in New Issue
Block a user