Skip to content

v1.3.12

Compare
Choose a tag to compare
@TMRh20 TMRh20 released this 27 Feb 23:43
· 175 commits to master since this release
  • Fix millis() issues for Linux devices
  • fixed inaccuracies in the new printPrettyDetails() (concerning "Primary Role" and "Auto-ACK" outputs)
  • added C++ style functions to python wrapper instead of relying on python style attributes (concerns payloadSize and channel)
  • setRetries() now properly clamps input values to valid range (not just truncate unused bits)
  • addressed community concerns about backwards compatibility with begin() and enableAckPayload()
  • added STM32 as a supported platform for PlatformIO

Docs changes

  • fix link to littlewire website
  • fix links to datasheets (links' text/src was backwards in only v1.3.11)
  • main page now refers to this GitHub release page for list of changes
  • explicitly indicate that ATTiny2313 is unsupported due to insufficient memory capacity
  • added info about using PA/LNA modules to COMMON_ISSUES.md