-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
standard release notes doc - starting with v1.1 release
- Loading branch information
Showing
1 changed file
with
26 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,26 @@ | ||
|
||
# DataLogger IoT Release Notes | ||
|
||
## Version 1.1.0 | ||
|
||
November 15th, 2023 | ||
|
||
### New Features | ||
|
||
* Support for the Arduino IoT Cloud, enabling data posting to this IoT platform natively from a DataLogger IoT. | ||
* Support for th SparkFun Indoor Air Quality Sensor - ENS160 | ||
* Support for the SparkFun Photoacoustic Spectroscopy CO2 Sensor - PASCO2V01 | ||
* Support for the SparkFun Human Presence and Motion Sensor - STHS34PF80 | ||
|
||
### Enhancements | ||
|
||
* Update to reference clock management - Timezone support is at the clock level, not tied to NTP | ||
* The JSON output buffer size is now user configurable via the settings menu | ||
* The ADS1015 driver now has configurable output data types. | ||
|
||
### Bug Fixes | ||
|
||
* Incorporated fix of the RV8803 RTC Clock Arduino library that forced time shifts based timezone offset during clock updates. | ||
* Improved runtime memory (ram) management. | ||
* Resolved issue with device name collision. Now, if a device name already exists, the address of the new devices is added to its name, providing a unique name value. | ||
* Save/Restore of settings to a JSON file could overflow the internal JSON buffer. The JSON data buffer for fallback settings save/restore is now user settable. |