Skip to content

Releases: arduino-libraries/MKRNB

Release 1.6.0

23 Oct 09:51
847029c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.5.1...1.6.0

1.5.1

09 Dec 12:06
Compare
Choose a tag to compare

Changelog

  • Use GitHub Actions for CI (#63)
  • Add hardReset (#64)
  • Add a choice of what messages to preserve to clear (#65
  • Corrected wrong order in subtraction for UDP available (#67)
  • Allowing for detachGPRS() to break endless loop (#69)

1.5.0

04 Dec 05:58
Compare
Choose a tag to compare

Changelog

  • Enable GSM and UCS2 sms charsets (#34)
  • Allow built-in root certs to be overrided via constructor (#62)

1.4.0

03 Dec 11:38
Compare
Choose a tag to compare

Changelog

  • The arduino-cli binary filename was changed, which broke CI builds (#24)
  • Retrieve the latest error from the uBlox SARA R410-02B when establishing a connection fails (#37)
  • Update keywords.txt (#39)
  • Allow to set the time of the NB modem (#40)
  • Remove extraneous poll() (#44)
  • Add File System (#53)
  • Remove call to listFile(filename) from deleteFile(filename) (#54)
  • Fix power pulse & reset issue (#55)
  • Fixed spelling and grammar (#60)
  • No SMS deadlock (#52)
  • Read sms in unsynchronized mode (#33)

fix compilation under gcc 7.4.0

19 Jun 09:13
36b5b88
Compare
Choose a tag to compare

the compiler would throw an error regarding not finding strptime