OpenDTU-old/lib/Hoymiles
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
..
src Prevent null pointer exception when deleting inverter 2022-11-10 18:26:01 +01:00
library.json Lib Hoymiles: First basic files 2022-05-24 23:01:52 +02:00
README.md Lib Hoymiles: First basic files 2022-05-24 23:01:52 +02:00