Skip to content

Releases: matthias-bs/ESP32-e-Paper-Weather-Display

v0.3.0

30 Jul 20:10
114d0d4
Compare
Choose a tag to compare

What's Changed

  • Update to Arduino-NimBLE v2.x in #33
  • Add MQTT discovery for Home Assistant in #35
  • Fix inadvertent LWT message after "offline" status message and disconnect in #36
  • Add MQTT message reception from Helium Network in #37
  • Add MQTT message reception from BresserWeatherSensorReceiver in #38
  • Library updates
    • NimBLE-Arduino v2.2.3
    • GxEPD2 v1.6.4
    • TheengsDecoder v1.9.9
    • ArduinoJson v7.4.2
    • Sensirion I2C SCD4x v1.1.0

Full Changelog: v0.2.2...v0.3.0

v0.2.2

18 Nov 08:26
Compare
Choose a tag to compare

What's Changed

  • Fixed typos in code for 3-colour-display

Full Changelog: v0.2.1...v0.2.2

v0.2.1

16 Nov 18:01
a8f94c3
Compare
Choose a tag to compare

What's Changed

  • Fixed endless loop in getMqttData() in #24

Full Changelog: v0.2.0...v0.2.1

v0.2.0

13 Nov 17:44
Compare
Choose a tag to compare

What's Changed

  • Added publishing of local sensor data via MQTT in #4
  • Improvements in #12
  • Implement reception of data via MQTT from BresserWeatherSensorLW in #14
  • Fixed some B/W display issues in #16
  • Refactoring in #18
  • Added secure MQTT in #19
  • Added OWM access with HTTPS in #21
  • Fixed several B/W display issues in #22
  • Update cQueue requirement from ^1.9.0 to ^2.0 by @dependabot in #9
  • Update ArduinoJson requirement from ^6.21.4 to ^7.1.0 by @dependabot in #11

Full Changelog: v0.1.0...v0.2.0

v0.1.0

11 Jun 18:26
ca24d4b
Compare
Choose a tag to compare

Initial Release