This repository has been archived by the owner on Oct 27, 2024. It is now read-only.
Releases: matthias-bs/BresserWeatherSensorTTN
Releases · matthias-bs/BresserWeatherSensorTTN
v0.13.0
What's Changed
- Replaced library ESP32AnalogRead by built-in analogReadMilliVolts() in #89
- Removed workaround for ThingPulse ePulse Feather ADC voltage divider configuration in #90 (board can now be detected automatically)
- Updated board configurations after changes in Arduino ESP32 package v3.0.x in #91
- CI workflow: Updated to changes in FQBN definitions
- Updated library dependencies
- RadioLib@6.6.0
- BresserWeatherSensorReceiver@0.28.5
- OneWireNg@0.13.3
Full Changelog: v0.12.3...v0.13.0
v0.12.3
What's Changed
- Add configuration for M5Stack Core2 with M5Stack Module LoRa868 in #85
- Updated RadioLib to v6.5.0"
- Updated BresserWeatherSensorReceiver to v0.28.2
- Updated ESP32Time to v2.0.6
- Updated TheengsDecoder to v1.7.8
Full Changelog: v0.12.2...v0.12.3
v0.12.2
What's Changed
Bugfix: Added evaluation of temp_ok/humidity_ok/rain_ok #84
Full Changelog: v0.12.1...v0.12.2
v0.12.1
What's Changed
- BUGFIX: Fix for #82, workaround for #81 in #83
- Library updates
- BresserWeatherSensorReceiver v0.23.1 - Bugfix
- RadioLib v6.4.2
- ESP32AnalogRead v0.2.2
- TheengsDecoder v1.7.2
Full Changelog: v0.12.0...v0.12.1
v0.12.0
What's Changed
- Adjusted to changes of class
RainGauge
in BresserWeatherSensorReceiver v0.22.0 - Bumped BresserWeatherSensorReceiver to v0.22.0
- Rain/lightning data post processing now supports using Preferences (Flash FS)
- Bumped RadioLib to v6.4.0
- Bumped TheengsDecoder to v1.6.8
Full Changelog: v0.11.2...v0.12.0
v0.11.2
What's Changed
- Adopted changes in BresserWeatherSensorReceiver v0.20.1
- Added define
ARDUINO_THINGPULSE_EPULSE_FEATHER
for special VBAT voltage divider - Fixed some compiler warnings
- Renamed FIREBEETLE_COVER_LORA in FIREBEETLE_ESP32_COVER_LORA
- Bumped RadioLib to v6.3.0
- Bumped TheengsDecoder to v1.5.7
- Bumped OneWireNg to v0.13.2
Full Changelog: v0.11.1...v0.11.2
v0.11.1
What's Changed
- Fixed configuration for FireBeetle-ESP32 / FIREBEETLE_COVER_LORA
- Selecting board FireBeetle-ESP32 now consistently provides the settings for DFRobot FireBeetle ESP32 IoT Microcontroller with FireBeetle Cover LoRa Radio 868MHz
- For FireBeetle-ESP32 / LoRaWAN_Node, both WeatherSensorCfg.h and BresserWeatherSensorTTNCfg.h have to be modified
- Improved configurations for FIREBEETLE_COVER_LORA and Adafruit Feather ESP32-S2 -
changed default battery voltage thresholds to 0 mV to prevent long sleep cycles/shutdown due to missing ADC input circuitry - [RP2040] Added configuration for distance sensor
- Bumped BresserWeatherSensorReceiver to v0.18.0
- Updated and improved documentation
Full Changelog: v0.11.0...v0.11.1
v0.11.0
v0.10.0
What's Changed
- Implemented in #71
- Added CMD_GET_DATETIME, CMD_GET_CONFIG and corresponding responses
- Added CMD_RESET_RAINGAUGE (partial rain counter reset)
- Modified payload formatters
- Bumped MCCI Arduino LoRaWAN Library to v0.10.0
- Bumped BresserWeatherSensorReceiver to v0.16.0
Full Changelog: v0.9.0...v0.10.0
v0.9.0
What's Changed
- Integrated lightning sensor post-processing in #68
- Added sensor startup to rain gauge
- Bumped BresserWeatherSensorReceiver to v0.14.0
- Bumped ESP32Time to v2.0.4
Full Changelog: v0.8.0...v0.9.0