Skip to content

Releases: matthias-bs/BresserWeatherSensorReceiver

v0.30.0

27 Dec 10:35
1c76f53
Compare
Choose a tag to compare

What's Changed

  • Refactoring of board definitions in #215
  • LilyGo T3 S3 LR1121 RF switch and TCXO configuration in #216
  • Breaking Change: Changed radio object scope from file to global

Full Changelog: v0.29.0...v0.30.0

v0.29.0

19 Dec 19:30
a1e9d17
Compare
Choose a tag to compare

What's Changed

  • Add pin definitions for Maker Go ESP32C3 Supermini with Heltec HT-RA62 in #197
  • Add run time configuration of sensor_ids_inc/sensor_ids_exc via MQTT in #198
  • Added Heltec Vision Master T190 in #204
  • Added option to set a frequency offset by @ThomasKeil in #207
  • [Debugging] Prevent redefine of CORE_DEBUG_LEVEL if already defined elsewhere by @ThomasKeil in #208
  • Bugfix in reset reason handling on ESP8266 platform in example by @ThomasKeil in #209
  • Fixed some minor typos by @ThomasKeil in #210
  • Added LilyGo T3 S3 in #212 (including general support of LR1121 radio modem chip)
  • Modified library.properties in #214
  • Library updates
    • RadioLib v7.1.1
    • ArduinoJson v7.2.1
    • M5Unified v0.2.1 (optional)
    • M5Core2 v0.2.0 (optional)
    • M5GFX v0.2.0 (optional)

New Contributors

Full Changelog: v0.28.10...v0.29.0

v0.28.10

28 Oct 18:22
6c886a6
Compare
Choose a tag to compare

What's Changed

  • Updated board definitions
  • Library updates
    • RadioLib v7.1.0
    • ArduinoJson v7.2.0
    • LoRa Serialization v3.3.1
    • powerfeather-sdk v1.0.7 (optional)

Full Changelog: v0.28.9...v0.28.10

v0.28.9

17 Jul 20:23
ff450b6
Compare
Choose a tag to compare

What's Changed

  • Fix invalid battery flag in #185
    • Only BresserWeatherSensorBasic.ino with weather sensor using 6-in-1 protocol was affected
  • Added features required by matthias-bs/BresserWeatherSensorLW#79 in #187
    • Added struct Sensor.decoder
    • Added option to skip initialization of include/exclude list in begin()
  • Library updates
    • ArduinoJson v7.1.0
    • powerfeather-sdk v1.0.6 (optional)

Full Changelog: v0.28.8...v0.28.9

v0.28.8

02 Jul 11:53
9f62f65
Compare
Choose a tag to compare

What's Changed

  • Fixed handling of empty include/exclude lists (ID: 0x00000000) in Preferences in #180

Full Changelog: v0.28.7...v0.28.8

v0.28.7

09 Jun 18:11
61fde75
Compare
Choose a tag to compare

What's Changed

  • Fixed implementation of maximum number of sensors in #177

Full Changelog: v0.28.6...v0.28.7

v0.28.6

08 Jun 06:55
045b356
Compare
Choose a tag to compare

What's Changed

  • Modified implementation of maximum number of sensors in #175

Full Changelog: v0.28.5...v0.28.6

v0.28.5

06 Jun 04:52
Compare
Choose a tag to compare

What's Changed

  • Updated board definitions after changes in arduino-esp32 v3.0.0
  • Updated README.md
  • Fixed configuration for Heltec Wireless Stick V3

Full Changelog: v0.28.3...v0.28.5

v0.28.4

05 Jun 21:24
Compare
Choose a tag to compare

What's Changed

  • Updated board definitions after changes in arduino-esp32 v3.0.0

Full Changelog: v0.28.3...v0.28.4

v0.28.3

03 Jun 17:33
a65214c
Compare
Choose a tag to compare

What's Changed

  • Refactored WeatherSensor.cpp in #168
  • Fixed compile errors with arduino-esp32 v3.0.0 using secure WiFi in #172
  • Update decodeBresser5In1Payload() from rtl_433 project in #173
  • Updated M5Stack library versions in CI configuration

Full Changelog: v0.28.2...v0.28.3