OpenDTU-old/lib/Hoymiles/src
Thomas Basler 26b9bbf537 Prevent null pointer exception when deleting inverter
The removeInverterBySerial can be called in a webserver callback method.
This is maybe executed on another core which can then run in parallel to the radio loop hoymiles loop.
Accessing inverters which are already removed can lead to exceptions.
The Semaphore prevents that parallel execution
2022-11-10 18:26:01 +01:00
..
commands Add missing parser class to documentation 2022-10-31 14:14:01 +01:00
inverters BREAKING: Change power factor from percent value to value between 0 and 1 2022-10-31 10:50:31 +01:00
parser Implemented method to get the amount of relevant digits 2022-10-31 11:51:08 +01:00
crc.cpp Code hardening: introduce const keyword 2022-09-05 21:41:45 +02:00
crc.h Code hardening: introduce const keyword 2022-09-05 21:41:45 +02:00
Hoymiles.cpp Prevent null pointer exception when deleting inverter 2022-11-10 18:26:01 +01:00
Hoymiles.h Prevent null pointer exception when deleting inverter 2022-11-10 18:26:01 +01:00
HoymilesRadio.cpp Show RF chip type in SystemInfoView 2022-10-12 00:17:40 +02:00
HoymilesRadio.h Show RF chip type in SystemInfoView 2022-10-12 00:17:40 +02:00
types.h Output channel for RX messages 2022-10-08 18:14:43 +02:00