Skip to content

Commit

Permalink
0.8.11
Browse files Browse the repository at this point in the history
* improved communication, thx @rejoe2
* improved heuristics, thx @rejoe2, @oberfritze
* added option to strip payload of frames to significant area
  • Loading branch information
lumapu committed Nov 20, 2023
1 parent f417717 commit 8fb7bf1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions src/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Development Changes

## 0.8.11 - 2023-11-19
* slightly improved communication, thx @rejoe2
## 0.8.11 - 2023-11-20
* improved communication, thx @rejoe2
* improved heuristics, thx @rejoe2, @Oberfritze
* added option to strip payload of frames to significant area

## 0.8.10 - 2023-11-19
* fix Mi and HM inverter communication #1235
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 1101
#define VERSION_PATCH 11

//-------------------------------------
typedef struct {
Expand Down

0 comments on commit 8fb7bf1

Please sign in to comment.