-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
051e5f4
commit 66e5baf
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# [2.0.0](https://github.com/malokhvii-eduard/arduino-mhz19/compare/v1.0.0...v2.0.0) (2021-12-01) | ||
|
||
|
||
### Features | ||
|
||
* **api:** fully re-write implementation, add preheating logic ([df12e9a](https://github.com/malokhvii-eduard/arduino-mhz19/commit/df12e9a9f267dab4b59b7c86ce86e06508477581)) | ||
|
||
|
||
### BREAKING CHANGES | ||
|
||
* **api:** dropping `Mhz19MeasuringRange::Ppm_10000`. | ||
`enableAutoCalibration()` renamed to `enableAutoBaseCalibration()`, | ||
`disableAutoCalibration()` renamed to `disableAutoBaseCalibration()` |