Browse Source

0.8.11

* improved communication, thx @rejoe2
* improved heuristics, thx @rejoe2, @Oberfritze
* added option to strip payload of frames to significant area
pull/1239/head
lumapu 1 year ago
parent
commit
8fb7bf1fcf
  1. 6
      src/CHANGES.md
  2. 2
      src/defines.h

6
src/CHANGES.md

@ -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

2
src/defines.h

@ -13,7 +13,7 @@
//-------------------------------------
#define VERSION_MAJOR 0
#define VERSION_MINOR 8
#define VERSION_PATCH 1101
#define VERSION_PATCH 11
//-------------------------------------
typedef struct {

Loading…
Cancel
Save