Browse Source

0.7.8

* merge PR #1005 which fixes issue #889
* merge homeassistant PR #963
pull/1027/head
lumapu 2 years ago
parent
commit
eaa0c51bcf
  1. 2
      src/CHANGES.md
  2. 2
      src/publisher/pubMqtt.h

2
src/CHANGES.md

@ -3,6 +3,8 @@
## 0.7.8 - 2023-07-05
* fix `YieldDay`, `YieldTotal` and `P_AC` in `TotalValues` #929
* fix some serial debug prints
* merge PR #1005 which fixes issue #889
* merge homeassistant PR #963
## 0.7.7 - 2023-07-03
* attempt to fix MqTT `YieldDay` in `TotalValues` #927

2
src/publisher/pubMqtt.h

@ -314,8 +314,6 @@ class PubMqtt {
delete[] pyld;
}
# quick fix for #889
# initial line: const char *p = topic;
const char *p = topic + strlen(mCfgMqtt->topic);
uint8_t pos = 0;
uint8_t elm = 0;

Loading…
Cancel
Save