Releases: arduino-libraries/MKRNB
Releases · arduino-libraries/MKRNB
Release 1.6.0
What's Changed
- Fix hardReset method to match the datasheet by @CCorrado in #70
- Use authenticated GH API requests in "Compile Examples" CI workflow by @aentinger in #73
- Feed the watchdog within the busy-wait loop in order to prevent premature resets by the watchdog. by @aentinger in #77
- Karlsoderby/add docs by @karlsoderby in #89
- Async socket close by @CptHolzschnauz in #85
- Update api.md by @karlsoderby in #91
- Adding sync-labels workflow for sharing one set of labels across all repos. by @aentinger in #93
- Fix bug in SMS::peek(), and allow for multiple CIDs in GPRS::ready() by @Patrick-McGuire in #100
- Fix: remove unused instantiation of NBClient. by @aentinger in #113
- Portenta H7 + MAX Carrier support by @facchinm in #117
New Contributors
- @CCorrado made their first contribution in #70
- @karlsoderby made their first contribution in #89
- @CptHolzschnauz made their first contribution in #85
- @dependabot made their first contribution in #97
- @Patrick-McGuire made their first contribution in #100
- @facchinm made their first contribution in #117
Full Changelog: 1.5.1...1.6.0
1.5.1
1.5.0
1.4.0
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
the compiler would throw an error regarding not finding strptime