Releases: matthias-bs/BresserWeatherSensorLW
Releases · matthias-bs/BresserWeatherSensorLW
v0.10.0
What's Changed
- Bump to RadioLib v7.0.1 in #110
- Added support for LoRaWAN 1.0.4
- Further library updates
- ArduinoJson v7.2.0
- M5Unified v0.1.17
- powerfeather-sdk v1.0.7
Full Changelog: v0.9.4...v0.10.0
v0.9.4
What's Changed
- Added Python script for creating reports as PDF from CSV files provided by Datacake in #104
- Fix rp2040 clk init in #105
- Fix handling of downlink after any kind of uplink in #108
Full Changelog: v0.9.3...v0.9.4
v0.9.3
What's Changed
- Added missing implementation of CMD_SET_LW_STATUS_INTERVAL in #102
Open Issues
Full Changelog: v0.9.2...v0.9.3
v0.9.2
What's Changed
- Fixed bootCount #96
- Replaced delay() with light sleep for ESP32 in #99
- Fixed validation of rain statistics in #100
Full Changelog: v0.9.1...v0.9.2
v0.9.1
What's Changed
- [PowerFeather] Add configuration of maximum battery charging current in #93
- [PowerFeather] Modified 'Set supply maintain voltage'
- [PowerFeather] Renamed
Tbatt_min
tobatt_time_min
Full Changelog: v0.9.0...v0.9.1
v0.9.0
What's Changed
- Improved Config Helper
- Added saving of form values to localStorage
- Added reset to default values
- Added export/import of configuration to/from JSON file
- Add loading of config data from node_config.json in #89
- Added PowerFeather specific features in #91
- Add PowerFeather specific data to LoRaWAN Node Status uplink message
- Added PowerFeather specific configuration parameters to
BresserWeatherSensorLWCfg.h
andLoadNodeCfg.h/.cpp
~~~ Feature-Complete! ~~~
Full Changelog: v0.8.0...v0.9.0
v0.8.0
What's Changed
- Fixed enabling of all decoders in
scanBresser()
in #83 - Add cyclic uplink of LoRaWAN node status in #86
Breaking Changes in payload formatters:- Renamed
CMD_<GET|SET>_STATUS_INTERVAL
toCMD_<GET|SET>_APP_STATUS_INTERVAL
- Renamed
status_interval
toapp_status_interval
- Renamed
- Refactoring of BresserWeatherSensorLW.ino in #87
- Config Helper: Added tooltips and visual feedback for empty input fields in #84
Full Changelog: v0.7.1...v0.8.0
v0.7.1 (HOTFIX)
What's Changed
- HOTFIX: Fixed premature return from PayloadBresser::begin() leading to empty payload in #80
(Bug introduced in v0.7.0)
Full Changelog: v0.7.0...v0.7.1
v0.7.0
What's Changed
- Fixed pragma messages for Firebeetle ESP32 pin config in #78
- Added scanning for 868 MHz sensors in #79
- see README.md
- Library updates
- BresserWeatherSensorReceiver v0.28.9
Full Changelog: v0.6.4...v0.7.0
v0.6.4
What's Changed
- Fix compatibility mode in #77
- Fixed potential downlink buffer overflow in #77
- Library updates
- ArduinoJson v7.1.0
Full Changelog: v0.6.3...v0.6.4