Skip to content
This repository has been archived by the owner on Oct 27, 2024. It is now read-only.

Releases: matthias-bs/BresserWeatherSensorTTN

v0.13.0

06 Jun 14:29
3545b83
Compare
Choose a tag to compare

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

14 May 19:53
bd6610e
Compare
Choose a tag to compare

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

05 Mar 21:24
5522d3a
Compare
Choose a tag to compare

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

22 Feb 20:55
b216aa6
Compare
Choose a tag to compare

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

26 Jan 07:29
Compare
Choose a tag to compare

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

23 Dec 13:29
3b97dae
Compare
Choose a tag to compare

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

09 Oct 15:52
ee29f6a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.11.0...v0.11.1

v0.11.0

07 Oct 11:22
Compare
Choose a tag to compare

What's Changed

  • Added support of RP2040 in #79

Full Changelog: v0.10.0...v0.11.0

v0.10.0

21 Aug 18:25
87b0def
Compare
Choose a tag to compare

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

03 Aug 04:48
ab1c14d
Compare
Choose a tag to compare

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