Skip to content

Latest commit

 

History

History
45 lines (23 loc) · 1.06 KB

CHANGELOG.md

File metadata and controls

45 lines (23 loc) · 1.06 KB

Changelog

All notable changes to this project will be documented in this file.

This format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

  • Added continuous integration via Github actions

1.2.1 - 2024-04-28

Fixed

  • CheckStatus behavior that could cause a hang. Thank you to Max Barnash (arr-ee) for the report and patch.

1.2.0 - 2022-02-22

Added

  • The measure_no_fp method that takes a measurement, but does not use floating point math.

1.1.0 - 2022-02-22

Added

  • Added this changelog.

Changed

  • Changed from rtt to Defmt logging, saving more than 30k of flash space.