Skip to content

Releases: mikalhart/IridiumSBD

Version 2.0

13 Oct 22:04
Compare
Choose a tag to compare

Two key improvements:

Workaround for AVR compiler bug (issue #8)
Correct usage of callback functions with their (weak) attributes.

Version 2.0 Beta 1

21 Oct 16:50
Compare
Choose a tag to compare
Version 2.0 Beta 1 Pre-release
Pre-release

This release contains multiple improvements: new API functions, more and better documented example sketches, better reliability and ease of use.

Version 1.1

13 Nov 23:25
Compare
Choose a tag to compare

Update to fix a couple of outstanding issues:

  1. Compilation on 32-bit platforms
  2. Minor delay() problem in power up sequence

Also a new mechanism for running console and flow-based diagnostics: "weak" callback functions.

Version 1.04

26 Nov 21:00
Compare
Choose a tag to compare

Corrected a problem with MSSTM workaround logic: isdigit->isxdigit

Version 1.03

04 Dec 02:24
Compare
Choose a tag to compare

Fixed missing semicolon problem...!

Version 1.02

12 Nov 19:27
Compare
Choose a tag to compare

Two bug fixes affecting installations (a) which don't use the SLEEP line (b) which use RX traffic

Version 1.0

31 Aug 23:06
Compare
Choose a tag to compare
v1.0

Clean up tab/space problems