Skip to content

v0.3.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@mightymos mightymos released this 04 Feb 16:29
· 11 commits to main since this release

Using conditional compilation to choose between features (e.g., interrupt versus heart beat modes).
With every feature enabled there is potential for redundant code sending or missing events.
Also it was cumbersome to stay under 1kb of flash code space.

There is also a new debug feature that ORs a packet count with the sent code.
This should help in detecting missed events versus missed packets.