diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d255f9..fec421d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -88,6 +88,8 @@ In rare cases, the humidity value could creep up above 15% (when the actual humi ## [0.3.0] - 2024-05-02 +This is the latest release from 2024. + ### Added Support for HYT-221 humidity sensor @@ -95,3 +97,16 @@ Support for HYT-221 humidity sensor ### Removed Support for si7021 humidity sensor (this sensor was not suited for outdoor measurments) + +## [0.3.1] - 2025-01-14 + +### Changed + +- Cleanup of code +- Debounce rainfall meter from 100ms to 250mms +- Main temperature and backup temperature registers switched: the sensor on the HYT221 heats up by the circuitry and is therefore about 1.5 degrees above ambient temperature. The BMP280 does not heat up. + +### Added + +- Debug messages can be switched on and off with the _DEBUG_ variable +- SEN0562 luminosity sensor diff --git a/build-doc/images/dfrobot-gravity-ip68-waterproof-ambient-light-sensor-1-65535lx-i2c.png b/build-doc/images/dfrobot-gravity-ip68-waterproof-ambient-light-sensor-1-65535lx-i2c.png new file mode 100644 index 0000000..f977878 Binary files /dev/null and b/build-doc/images/dfrobot-gravity-ip68-waterproof-ambient-light-sensor-1-65535lx-i2c.png differ diff --git a/build-doc/images/dfrobot-gravity-ip68-waterproof-ambient-light-sensor-wiring.png b/build-doc/images/dfrobot-gravity-ip68-waterproof-ambient-light-sensor-wiring.png new file mode 100644 index 0000000..52e7799 Binary files /dev/null and b/build-doc/images/dfrobot-gravity-ip68-waterproof-ambient-light-sensor-wiring.png differ diff --git a/build-doc/weather_station.html b/build-doc/weather_station.html index f68f4e6..847fe33 100644 --- a/build-doc/weather_station.html +++ b/build-doc/weather_station.html @@ -5,7 +5,7 @@ - +