Browse Source

0.6.11

* added MqTT class for publishing all values in Arduino `loop`
pull/935/head
lumapu 2 years ago
parent
commit
ad9fda4e28
  1. 23
      src/CHANGES.md

23
src/CHANGES.md

@ -1,15 +1,10 @@
Changelog v0.6.9
# Development Changes
* improved MqTT
* fix WiFi hostname during boot up
* improved login: only one session at the same time is possible
* fix UI: login screen for small displays; burger menu height; small modifications for import button (in setup)
* improved WiFi reconnect
* optimized performance: browser caching was improved to reduce requests from ESP
* improved NRF24 communication for more stable data transmission
* added / fixed MqTT subscription `ctrl/power/[IV-ID]`
* improved save settings
* improved UI in setup: now `.` and `,` are allowed as floating point seperator
* fix zero yield day functionality
* LEDs are now configurable to show if 1st inverter is available and if MqTT is connected
* LED are configurable to active high or low
## 0.6.11 - 2023-04-27
* added MqTT class for publishing all values in Arduino `loop`
## 0.6.10 - HMS
* Version available in `HMS` branch
## 0.6.9
* last Relaese

Loading…
Cancel
Save