From c69c1c12e04cfcd882b93f564a8f832e74ec9ccb Mon Sep 17 00:00:00 2001 From: Terry Moore Date: Sat, 19 Mar 2022 23:12:47 +0100 Subject: [PATCH] Prepare v1.3.1 --- README.md | 13 +++++++++++++ model4841-production-lorawan.ino | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 34f4127..a85dfbf 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/model4841-production-lorawan.ino b/model4841-production-lorawan.ino index 66b153e..396dcd7 100644 --- a/model4841-production-lorawan.ino +++ b/model4841-production-lorawan.ino @@ -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));