Skip to content

Releases: yakumo-saki/EnvBoyX

v39 : Internal upgrade

08 Feb 06:32
293b343
Compare
Choose a tag to compare

This release has setting bug. Dont use if you are using ESP32

  • CHANGE: CONFIG: Add SSD1306 / SH1106 switch
  • CHANGE: HTTP: ESP32: Stop Async Web server. back to standard webserver to reduce code duplicate #42
  • ADD: WiFi RSSI to JSON
  • FIX: ST7789: T: header align

v38: moving to u8g2 release

02 Feb 04:17
634b395
Compare
Choose a tag to compare

From this release, release file is changed.

  • CHANGE: CONFIG: ESP32 now uses SPIFFS instead of LITTLEFS but no format or setup required (remove LITTLEFS to SPIFFS wrapper because of compile error)
  • CHANGE: SSD1306: Move to U8G2 graphic library
  • CHANGE: SSD1306: Lux unit "lx" to "Lx" (1 and l is very similer griph)
  • CHANGE: SSD1306: Draw wait for reconfigure bar using graphics
  • CHANGE: ST7789: Draw wait for reconfigure bar using graphics
  • BUGFIX: CONFIG: coution 2 High value is not saved. (due to insufficient buffer)

v37: Bugfix release

30 Jan 11:03
Compare
Choose a tag to compare

Bug fix relase for v3.6. v3.6 has some bugs.

Changed versioning

Versioning is changed from this version.
v37 is not typo.

Changelog

  • BUGFIX: Alert settings are not propery saved.
  • CHANGE: Switch to squix78 -> thingpulse (same library)
  • CONFIG: Shorten JSON keys about alerts(reconfig required)

v3.6

29 Jan 12:54
439d5c5
Compare
Choose a tag to compare
Merge pull request #37 from yakumo-saki/20_alerting

20 alerting

v3.5

19 Jan 15:57
6767150
Compare
Choose a tag to compare
  • Config: version 9 (was 8) and using JSON format
  • Config: Migration between versions

v3.4

19 Jan 09:51
b109d99
Compare
Choose a tag to compare
  • Add brightness config
  • Add Screen flip config

v3.3

17 Jan 16:09
Compare
Choose a tag to compare
  • BUGFIX: MH-Z19B wrong message
  • BUGFIX: Wrong uptime on JSON
  • ADD: ST7789 Brightness change
  • ADD: Watchdog timer (ESP32 only)
  • CHANGE: Use TimerCall

v3.2

08 Jan 05:05
48da84b
Compare
Choose a tag to compare
  • ADD: I2C scan on startup.
  • BUGFIX: ESP8266: I2C not working
  • DROP: ESP8266: ST7789 is not supported (because of Pin config)

v3.1

01 Jan 14:26
bb7a375
Compare
Choose a tag to compare
  • Add vertical display mode (ST7789)

v3.0

27 Dec 16:06
6ab0f52
Compare
Choose a tag to compare
  • Initial support for ST7789 (T-Display)