Skip to content

Commit

Permalink
0.8.125
Browse files Browse the repository at this point in the history
* fix ESP8266 compilation
* merge PR: active_PowerLimit #1663
  • Loading branch information
lumapu committed Jun 9, 2024
1 parent c998522 commit cbba44d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Development Changes

## 0.8.125 - 2024-06-09
* fix ESP8266 compilation
* merge PR: active_PowerLimit #1663

## 0.8.124 - 2024-06-06
* improved MqTT `OnMessage` (threadsafe)
* support of HERF inverters, serial number is converted in Javascript #1425
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 124
#define VERSION_PATCH 125
//-------------------------------------
typedef struct {
uint8_t ch;
Expand Down

0 comments on commit cbba44d

Please sign in to comment.