mirror of
https://github.com/lumapu/ahoy.git
synced 2025-04-28 17:56:21 +02:00
0.8.120
* fix crash if invalid serial number was set -> inverter will be disabled automatically * improved and fixed factory image generation
This commit is contained in:
parent
c0713a263d
commit
b51ba5639b
3 changed files with 4 additions and 3 deletions
|
@ -1,7 +1,8 @@
|
|||
# Development Changes
|
||||
|
||||
## 0.8.120 - 2024-05-18
|
||||
* fix crash if invalid serial number was set
|
||||
* fix crash if invalid serial number was set -> inverter will be disabled automatically
|
||||
* improved and fixed factory image generation
|
||||
|
||||
## 0.8.119 - 2024-05-17
|
||||
* fix reset values at midnight if WiFi isn't available #1620
|
||||
|
|
|
@ -74,7 +74,7 @@ class HmSystem {
|
|||
iv->ivRadioType = INV_RADIO_TYPE_CMT;
|
||||
} else if(iv->config->serial.u64 != 0ULL) {
|
||||
DPRINTLN(DBG_ERROR, F("inverter type can't be detected!"));
|
||||
iv->config = nullptr;
|
||||
iv->config->enabled = false;
|
||||
return;
|
||||
} else
|
||||
iv->ivGen = IV_UNKNOWN;
|
||||
|
|
|
@ -23,7 +23,7 @@ extra_scripts =
|
|||
pre:../scripts/convertHtml.py
|
||||
pre:../scripts/applyPatches.py
|
||||
pre:../scripts/reduceGxEPD2.py
|
||||
#post:../scripts/add_littlefs_binary.py
|
||||
post:../scripts/add_littlefs_binary.py
|
||||
|
||||
lib_deps =
|
||||
https://github.com/esphome/ESPAsyncWebServer @ ^3.2.0
|
||||
|
|
Loading…
Add table
Reference in a new issue