Skip to content

v1.0.2

Compare
Choose a tag to compare
@flip-dots flip-dots released this 12 May 11:39
· 11 commits to main since this release

1.0.2 (2024-05-12)

Added

  • Definable delay between connecting and disconnecting in the
    re-connect method.
  • Definable maximum attempts for automatic re-connection.

Changed

  • Exceptions from connect() and poll_state() are now caught and
    logged instead of causing an exception in the callee.

Fixed

  • Resolved issue where module would attempt to infinitely retry to
    connect to a light that failed pairing. Module now will only attempt
    automatic re-connect when it has connected to the light successfully
    at least once.
  • Fixed EOF error in demo program on Linux based systems