Skip to content

Commit

Permalink
Merge pull request #4 from mcci-catena/issue3
Browse files Browse the repository at this point in the history
Fix #3: prepare v1.3.2 release
  • Loading branch information
terrillmoore authored Mar 20, 2022
2 parents c69c1c1 + 44a740b commit b4bfa08
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Model 4841 Production for LoRaWAN® Technology

[![GitHub release](https://img.shields.io/github/release/mcci-catena/model4841-production-lorawan.svg)](https://github.com/mcci-catena/model4841-production-lorawan/releases/latest) [![GitHub commits](https://img.shields.io/github/commits-since/mcci-catena/model4841-production-lorawan/latest.svg)](https://github.com/mcci-catena/model4841-production-lorawan/compare/v1.3.2...main)

This sketch is the production firmware for the MCCI® [Model 4841 Air Quality Sensor](https://mcci.io/buy-model4841).

**Contents:**
Expand Down Expand Up @@ -306,6 +308,12 @@ The following additional libraries are used in this project.

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.2 only has changes in the build system.

| Name | Version | Comments
|------|:-------:|:-----------
| tools-build-with-cli | 2.0.1 | set build artifact prefix independtly of sketch name.

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.
Expand Down Expand Up @@ -356,7 +364,7 @@ This document and the contents of this repository are copyright 2019-2022, MCCI

### License

This repository is released under the [MIT](./LICENSE.md) license. Commercial licenses are also available from MCCI Corporation.
This repository is released under the [MIT license](./LICENSE.md). Commercial licenses are also available from MCCI Corporation.

### Support Open Source Hardware and Software

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,1,0);
constexpr std::uint32_t kAppVersion = McciCatenaPMS7003::makeVersion(1,3,2,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 b4bfa08

Please sign in to comment.