Releases: matthias-bs/BresserWeatherSensorReceiver
Releases · matthias-bs/BresserWeatherSensorReceiver
v0.28.10
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
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
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
What's Changed
- Fixed implementation of maximum number of sensors in #177
Full Changelog: v0.28.6...v0.28.7
v0.28.6
What's Changed
- Modified implementation of maximum number of sensors in #175
Full Changelog: v0.28.5...v0.28.6
v0.28.5
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
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
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
v0.28.2
What's Changed
v0.28.0
- Added configuration of maximum number of sensors at run time in #166
- Added configuration of enabled decoders at run time in #167
WeatherSensorCfg.h
: RenamedNUM_SENSORS
toMAX_SENSORS_DEFAULT
v0.28.1
- Changed type of loop variables to fix compiler warnings (RP2040)
v0.28.2
- Fixed configuration of enabled decoders at run time
Note
The AVR architecture — including Adafruit Feather 32u4 RFM95 LoRa Radio — is no longer supported due to code size.
Full Changelog: v0.27.4...v0.28.2
v0.28.1
What's Changed
- Added configuration of maximum number of sensors at run time in #166
- Added configuration of enabled decoders at run time in #167
WeatherSensorCfg.h
: RenamedNUM_SENSORS
toMAX_SENSORS_DEFAULT
- Changed type of loop variables to fix compiler warnings (RP2040)
Note
The AVR architecture — including Adafruit Feather 32u4 RFM95 LoRa Radio — is no longer supported due to code size.
Full Changelog: v0.27.4...v0.28.1