Compared to the last release, this is a big one.
Frame format RW
- Implemented TIM element support
- Implemented support for dynamic management frames
- Implemented all status codes (#11 thanks to @george-hopkins)
Fixes
- Fixed builder for data frames (#13 thanks to @ProfFan)
- Made
element_chain
evaluatable in const - Fixed data frame serialization (#14 thanks to @ProfFan)
- Fixed
match_frames
for async
Misc
- Added
std
feature to enablescroll/std
(#10 thanks to @george-hopkins) - Implemented
defmt
support - Moved
ManagementFrameHeader
- Lots of documentation improvements.