Skip to content

Commit

Permalink
Prepare v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
terrillmoore committed Mar 19, 2022
1 parent 9888d57 commit c69c1c1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,19 @@ The following additional libraries are used in this project.

### Release Notes

Note that the libraries mentioned here are actually govenered by the versions chosen in [COLLECTION-model4841](https://github.com/mcci-catena/COLLECTION-model4841).

v1.3.1 has the following changes. All are patch changes in libraries, so there's only a patch-release bump.

- Update the following libraries.

| Name | Version | Comments
|------|:-------:|:-----------
| BSP | 3.0.5 | Pick up error fix for USB hot interrupt problem
| arduino-lmic | 4.2.0-pre1 | Pick up network time support.
| MCCI-Catena-PMS7003 | 0.1.2 | Pick up official relase (no code changes)
| MCCI-Catena-SHT3x | 0.2.1 | pick up official release (no code changes)

v1.3.0 has the following changes

- Updated libraries, thereby adding the `lorawan status` and `lorawan subband` commands, thereby causing a minor version bump.
Expand Down
2 changes: 1 addition & 1 deletion model4841-production-lorawan.ino
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ using namespace McciCatenaSht3x;
|
\****************************************************************************/

constexpr std::uint32_t kAppVersion = McciCatenaPMS7003::makeVersion(1,3,0,0);
constexpr std::uint32_t kAppVersion = McciCatenaPMS7003::makeVersion(1,3,1,0);

// make sure we pick up library with fixes for 59-day problem.
static_assert(CATENA_ARDUINO_PLATFORM_VERSION >= CATENA_ARDUINO_PLATFORM_VERSION_CALC(0,20,0,30));
Expand Down

0 comments on commit c69c1c1

Please sign in to comment.