OpenDTU/lib/Hoymiles/src
Thomas Basler 0441bbbe72 Fix: Queue consumed whole memory on inverter timeout
When the poll interval was e.g. 1sec it was possible that the queue ran full and consumed the whole memory.
Now new entries are only added to the queue automatically if the queue is empty.  This issue also caused a lot of "DTU command failed" messages.
2023-04-25 19:24:56 +02:00
..
commands Implement method as static 2023-04-21 19:02:10 +02:00
inverters Rename FLD_PRA to FLD_Q 2023-04-24 22:29:59 +02:00
parser Rename FLD_PRA to FLD_Q 2023-04-24 22:29:59 +02:00
crc.cpp Added missing copyright information 2022-12-14 22:37:37 +01:00
crc.h Added missing copyright information 2022-12-14 22:37:37 +01:00
Hoymiles.cpp Fix: Queue consumed whole memory on inverter timeout 2023-04-25 19:24:56 +02:00
Hoymiles.h Introduce gpio2 for the CMT2300A module 2023-04-15 10:55:48 +02:00
HoymilesRadio_CMT.cpp Optimize detection if RF module is configured 2023-04-17 23:19:53 +02:00
HoymilesRadio_CMT.h Remove cmtProocess method and move RF logic into the cmt2300wrapper class 2023-04-15 10:55:48 +02:00
HoymilesRadio_NRF.cpp Optimize detection if RF module is configured 2023-04-17 23:19:53 +02:00
HoymilesRadio_NRF.h Allow dynamic pin mapping for CMT module 2023-04-15 10:55:47 +02:00
HoymilesRadio.cpp Fix: Queue consumed whole memory on inverter timeout 2023-04-25 19:24:56 +02:00
HoymilesRadio.h Fix: Queue consumed whole memory on inverter timeout 2023-04-25 19:24:56 +02:00
types.h Implement HoymilesRadio_CMT 2023-04-15 10:55:47 +02:00