Skip to content

v1.0.6 - Enabled TONE, corrected SerialWrite IRQ race issue

Compare
Choose a tag to compare
@thomasonw thomasonw released this 06 Apr 17:17
· 29 commits to master since this release

TONE is now enabled, though it conflicts with PWM (analogWrite) as the same timer is used.

A bug in SerialWrite was corrected that caused serial writing halts during high IRQ situations (e.g., while external CAN was running hard)