Skip to content

1.1

Compare
Choose a tag to compare
@gioblu gioblu released this 27 Feb 04:46
· 2694 commits to master since this release

Changelog:

  • ATtiny45/85 full compatibility in COMPATIBILITY_MODE true
  • ATmega1280/2560 full compatibility in COMPATIBILITY_MODE true
  • Added complete BSD-3 License
  • Communication speed optimization
  • FULL_MEMORY and CONTENT_TOO_LONG errors added
  • set_id method (ba9c5db)
  • get_id method thanks to S_te (de10e60)
  • Readme update

Bugfix:

  • receive(duration) bugfix (c29bedf)
  • Blink example pinMode bugfix, thanks to Shachar (45bbdab)
  • micros() overflow proof conditions (17a9069)
  • Not defined _receive bugfix (de10e60)
  • receive() bugfix thanks to TeeTrizZz (2548e3c) see (#24)
  • Big packets bugfix thanks to TeeTrizZz (90b025c) see (#26)