Browse Source

0.7.0

HMS / HMT support for ESP32 devices
pull/985/head
lumapu 2 years ago
parent
commit
545d7f0ba6
  1. 3
      src/CHANGES.md
  2. 4
      src/defines.h

3
src/CHANGES.md

@ -1,5 +1,8 @@
# Development Changes
## 0.7.0 - 2023-06-04
* HMS / HMT support for ESP32 devices
## 0.6.15 - 2023-05-25
* improved Prometheus Endpoint PR #958
* fix turn off ePaper only if setting was set #956

4
src/defines.h

@ -12,8 +12,8 @@
// VERSION
//-------------------------------------
#define VERSION_MAJOR 0
#define VERSION_MINOR 6
#define VERSION_PATCH 15
#define VERSION_MINOR 7
#define VERSION_PATCH 0
//-------------------------------------
typedef struct {

Loading…
Cancel
Save