Browse Source

0.8.55

* removed automatically "minimal" builds
pull/1364/head
lumapu 9 months ago
parent
commit
8500c9e37d
  1. 2
      .github/workflows/compile_development.yml
  2. 1
      src/CHANGES.md

2
.github/workflows/compile_development.yml

@ -25,13 +25,11 @@ jobs:
- esp8266-prometheus
- esp8285
- esp32-wroom32
- esp32-wroom32-minimal
- esp32-wroom32-prometheus
- esp32-wroom32-ethernet
- esp32-s2-mini
- esp32-c3-mini
- opendtufusion
- opendtufusion-minimal
- opendtufusion-ethernet
steps:
- uses: actions/checkout@v3

1
src/CHANGES.md

@ -3,6 +3,7 @@
## 0.8.55 - 2024-01-14
* merge PR: fix reboot problem with deactivated power graph #1360
* changed scope of variables and member functions inside display classes
* removed automatically "minimal" builds
## 0.8.54 - 2024-01-13
* added minimal version (without: MqTT, Display, History), WebUI is not changed!

Loading…
Cancel
Save