Releases: mcci-catena/Catena-mcciadk
Releases · mcci-catena/Catena-mcciadk
Fix ESP32 compile bug, parallelize CI
This is a maintenance release. It fixes a compile failure on ESP32 systems, and adds ESP32 to the CI test matrix. No functional changes were made.
Add a compile-time version number
The Catena Arduino Platform needs to be able to display the library versions. So.. added a version, MCCIADK_VERSION, plus standard macros for creating and dissecting the version semantic-version style.
Prepare for Arduino library inclusion
This release fixes #16, so that this library can be included in the Arduino library list.
Bug fixes, small enhancements
Bug fix/continuous integration release
This release has no functional changes; it simply adds continuous integration support, fixes some compiler warnings, and aligns library.properties
with MCCI general practice.