Skip to content

firmata4j-2.3.7

Compare
Choose a tag to compare
@kurbatov kurbatov released this 01 Feb 15:41
· 37 commits to master since this release

Enhancements:

  • Sending custom binary messages to a device is part of public API now (allows setting sampling interval)
  • Added possibility to subscribe for low-level events (allows handling messages from customized firmware)
  • Added watchdog implementation (#31)

Fixes:

  • No retry on failed attempt to connect (#23)
  • Interrupt parser executor thread on stop (#25)