Browse Source

0.8.133

* Ethernet variants now support WiFi as fall back / configuration
main
lumapu 2 months ago
parent
commit
c4276965de
  1. 3
      src/CHANGES.md
  2. 2
      src/defines.h

3
src/CHANGES.md

@ -1,5 +1,8 @@
# Development Changes
## 0.8.133 - 2024-08-10
* Ethernet variants now support WiFi as fall back / configuration
## 0.8.132 - 2024-08-09
* fix boot loop once no ePaper is connected #1713, #1714
* improved refresh routine of ePeper

2
src/defines.h

@ -13,7 +13,7 @@
//-------------------------------------
#define VERSION_MAJOR 0
#define VERSION_MINOR 8
#define VERSION_PATCH 132
#define VERSION_PATCH 133
//-------------------------------------
typedef struct {
uint8_t ch;

Loading…
Cancel
Save