Skip to content

Commit

Permalink
Merge pull request #31 from EnviroDIY/develop for release of v0.4.0
Browse files Browse the repository at this point in the history
PR for release v0.4.0
  • Loading branch information
aufdenkampe authored Jan 25, 2023
2 parents 4546da7 + fd49fcb commit 8f3badf
Show file tree
Hide file tree
Showing 8 changed files with 256 additions and 403 deletions.
17 changes: 16 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Removed

### Fixed

***

## [0.4.0] 2022-10-27
Add Y700 Water Level; fix Y4000 Sonde; restore calibrators.

### Changed
- Restored calibrator spreadsheets, which is partial reversal of commit f4b0de0, because we developed the offline calibrator spreadsheets to help the community calibrate YosemiTech sensors.

### Added
- Support for Y700 Pressure/Depth sensor #29
- Minor improvements to `GetValues.ino` example.

### Fixed
- Fixed issue with Y4000 not outputing Chl & BGA readings #13
- Specified python version for GitHub actions (used by PlatformIO)

***
Expand All @@ -37,7 +52,7 @@ Version bump only for reindexing by PlatformIO and Arduino library managers.


## [0.3.0] 2021-12-15
Add Y551 COD and Y560 Ammonium sensor support Latest
Add Y551 COD and Y560 Ammonium sensor support

### Added
- Added support for the Y551 COD Sensor, which makes a UV254 light absorption and translates it to estimates of Chemical Oxygen Demand (COD) (or Total Organic Carbon (TOC)) and Turbidity.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.2
0.4.0
265 changes: 0 additions & 265 deletions examples/GetValues-TimingTest/GetValues-TimingTest.ino

This file was deleted.

Loading

0 comments on commit 8f3badf

Please sign in to comment.