Skip to content

Commit

Permalink
0.8.112
Browse files Browse the repository at this point in the history
* improved wizard
* converted ePaper and Ethernet to hal-SPI
* improved network connection
  • Loading branch information
lumapu committed Apr 24, 2024
1 parent 9d8ef19 commit b291ad1
Show file tree
Hide file tree
Showing 12 changed files with 142 additions and 433 deletions.
362 changes: 0 additions & 362 deletions patches/GxEPD2_SW_SPI.patch

This file was deleted.

3 changes: 0 additions & 3 deletions scripts/applyPatches.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ def applyPatch(libName, patchFile):
# list of patches to apply (relative to /src)
applyPatch("ESPAsyncWebServer-esphome", "../patches/AsyncWeb_Prometheus.patch")

#if env['PIOENV'][:13] == "opendtufusion":
#applyPatch("GxEPD2", "../patches/GxEPD2_SW_SPI.patch")
#el
if (env['PIOENV'][:5] == "esp32") or (env['PIOENV'][:13] == "opendtufusion"):
applyPatch("GxEPD2", "../patches/GxEPD2_HAL.patch")

Expand Down
5 changes: 5 additions & 0 deletions src/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Development Changes

## 0.8.112 - 2024-04-24
* improved wizard
* converted ePaper and Ethernet to hal-SPI
* improved network connection

## 0.8.111 - 2024-04-17
* fix MqTT discovery field `ALARM_MES_ID` #1591
* fix Wifi reconnect for ESP32 #1589 #1575
Expand Down
2 changes: 1 addition & 1 deletion src/defines.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
//-------------------------------------
#define VERSION_MAJOR 0
#define VERSION_MINOR 8
#define VERSION_PATCH 111
#define VERSION_PATCH 112
//-------------------------------------
typedef struct {
uint8_t ch;
Expand Down
Loading

0 comments on commit b291ad1

Please sign in to comment.