v0.3.4
Pre-release
Pre-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.