Skip to content

Command-line editing, Arduino IDE 1.8.10 support,

Compare
Choose a tag to compare
@terrillmoore terrillmoore released this 10 Feb 20:36
· 177 commits to master since this release
119e90e

This release is a major update to the Catena-Arduino-Platform, including both new features and important bug fixes.

Features:

  • #238, #236 Add flash-based mfg data (0.17.0.60).
  • #233, #230 Add input line editing and echo control (0.17.0.50).
  • #228 add cDate class and date parser (0.17.0.30).
  • #208 Add McciCatena::cTimer class to simplify timing. (0.17.0.10)

Bug fixes and maintenance:

  • #240 Change to requiring MCCI_FRAM_I2C library.
  • #241 List required libraries in library.properties.
  • #277 Slow down polling of the Si1133; accumulate interrupt reports.
  • #222 Use Arduino_LoRaWAN_network consistently as base for LoRaWAN classes. Requires Arduino_LoRaWAN 0.6.0.20 or later. (0.17.0.20)
  • #213 Vbat voltage read is inaccurate on STM32L0 platform. (0.17.0.12)
  • #211 Catena_Si1133 cannot be copied or moved. (0.17.0.11)
  • #209 Fix error in Si1133 driver that caused UV measurements to be wrong. Add an API to query whether a forced measurement is done.