Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
On bk7231t, having currentByte as a char causes a problem when receiving packet types >= 8 (in the packet the type is in the high nibble, ie 0x80), when byte shifting >> 4 they get sign extended so we end up with packet type 0xf9 instead of 0x9 for suback.
- Loading branch information