mirror of https://github.com/arendst/Tasmota.git
Fix exception 28 due to device group buffer overflow
Fix exception 28 due to device group buffer overflow (#9459)
This commit is contained in:
parent
d689b74b24
commit
3c9583e1ff
|
@ -69,6 +69,7 @@ The attached binaries can also be downloaded from http://ota.tasmota.com/tasmota
|
|||
- Change pulsetime to allow use for all relays with 8 interleaved so ``Pulsetime1`` is valid for Relay1, Relay9, Relay17 etc. (#9279)
|
||||
- Fix template conversion when GPIO17 is 0
|
||||
- Fix ledlink blink when no network connected regression from 8.3.1.4 (#9292)
|
||||
- Fix exception 28 due to device group buffer overflow (#9459)
|
||||
- Add optional support for Mitsubishi Electric HVAC by David Gwynne (#9237)
|
||||
- Add optional support for Orno WE517-Modbus energy meter by Maxime Vincent (#9353)
|
||||
- Add SDM630 three phase ImportActive Energy display when ``#define SDM630_IMPORT`` is enabled by Janusz Kostorz (#9124)
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
- Change pulsetime to allow use for all relays with 8 interleaved so ``Pulsetime1`` is valid for Relay1, Relay9, Relay17 etc. (#9279)
|
||||
- Fix template conversion when GPIO17 is 0
|
||||
- Fix ledlink blink when no network connected regression from 8.3.1.4 (#9292)
|
||||
- Fix exception 28 due to device group buffer overflow (#9459)
|
||||
- Add optional support for Mitsubishi Electric HVAC by David Gwynne (#9237)
|
||||
- Add optional support for Orno WE517-Modbus energy meter by Maxime Vincent (#9353)
|
||||
- Add SDM630 three phase ImportActive Energy display when ``#define SDM630_IMPORT`` is enabled by Janusz Kostorz (#9124)
|
||||
|
|
Loading…
Reference in New Issue