Skip to content

Releases: matthias-bs/BresserWeatherSensorReceiver

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 RREADME.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

v0.28.2

08 May 15:50
16a6b92
Compare
Choose a tag to compare

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: Renamed NUM_SENSORS to MAX_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

08 May 10:44
Compare
Choose a tag to compare

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: Renamed NUM_SENSORS to MAX_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

v0.28.0

08 May 06:54
8fa80e2
Compare
Choose a tag to compare

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: Renamed NUM_SENSORS to MAX_SENSORS_DEFAULT

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.0

v0.27.4

04 May 10:10
5b8f956
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.27.3...v0.27.4

v0.27.3

03 May 05:41
a3fe788
Compare
Choose a tag to compare

What's Changed

  • BresserWeatherSensorMQTTWifiMgr.ino: Fixed setting of real time clock via SNTP in case of USE_WIFI is set in #162
  • Updated keywords.txt
  • Added generation of keywords.txt with Doxygen and KeywordsTxtGenerator by @bengtmartensson

Full Changelog: v0.27.2...v0.27.3