mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-07 14:15:53 +02:00
parent
c998522418
commit
cbba44d860
2 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,9 @@
|
||||||
# Development Changes
|
# Development Changes
|
||||||
|
|
||||||
|
## 0.8.125 - 2024-06-09
|
||||||
|
* fix ESP8266 compilation
|
||||||
|
* merge PR: active_PowerLimit #1663
|
||||||
|
|
||||||
## 0.8.124 - 2024-06-06
|
## 0.8.124 - 2024-06-06
|
||||||
* improved MqTT `OnMessage` (threadsafe)
|
* improved MqTT `OnMessage` (threadsafe)
|
||||||
* support of HERF inverters, serial number is converted in Javascript #1425
|
* support of HERF inverters, serial number is converted in Javascript #1425
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
//-------------------------------------
|
//-------------------------------------
|
||||||
#define VERSION_MAJOR 0
|
#define VERSION_MAJOR 0
|
||||||
#define VERSION_MINOR 8
|
#define VERSION_MINOR 8
|
||||||
#define VERSION_PATCH 124
|
#define VERSION_PATCH 125
|
||||||
//-------------------------------------
|
//-------------------------------------
|
||||||
typedef struct {
|
typedef struct {
|
||||||
uint8_t ch;
|
uint8_t ch;
|
||||||
|
|
Loading…
Add table
Reference in a new issue