v0.9.0: support TTN v3, LMIC v4, add full example
This is a major release, coordinated with v4.0.0 of the MCCI Arduino-LMIC library.
It adds the following major enhancements (which are possibly breaking changes):
- Complete save/restore of all LMIC state (#25). This greatly improves save/restore usability with TTN V3. Requires LMIC version v3.99.0-2 or later.
- Semantic versions are now used; the fourth field of version is now the pre-release number, and compares appropriately if you use the right macros (#149).
It adds the following major features (non-breaking changes).
It has the following corrections / improvements.