From bd20eba709757f7a6a36c530ae206f74d69741f4 Mon Sep 17 00:00:00 2001 From: lumapu Date: Sun, 1 Oct 2023 00:45:47 +0200 Subject: [PATCH] 0.7.61 * merged `hmPayload` and `hmsPayload` into single class * merged generic radio functions into new parent class `radio.h` * moved radio statistics into the inverter - each inverter has now seperate statistics which can be accessed by click on the footer in `/live` --- src/CHANGES.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/CHANGES.md b/src/CHANGES.md index aad3b75a..67368f8d 100644 --- a/src/CHANGES.md +++ b/src/CHANGES.md @@ -1,5 +1,10 @@ # Development Changes +## 0.7.61 - 2023-10-01 +* merged `hmPayload` and `hmsPayload` into single class +* merged generic radio functions into new parent class `radio.h` +* moved radio statistics into the inverter - each inverter has now seperate statistics which can be accessed by click on the footer in `/live` + ## 0.7.60 - 2023-09-27 * fixed typos in changelog #1172 * fixed MqTT manual clientId storage #1174