* fix compiler warning in SerialPortManager.cpp: function must not return void * clean up and simplify implementation of usesHwPort2() * make const * overrides are final * default implementation returns false * implement in header, as the implementation is very simple * rename PortManager to SerialPortManager. as "PortManager" is too generic, the static instance of the serial port manager is renamed to "SerialPortManager". the class is therefore renamed to SerialPortManagerClass, which is in line with other (static) classes withing OpenDTU(-OnBattery). * implement separate data ages for MPPT charge controllers * make sure MPPT data and live data time out * do not use invalid data of MPPT controlers for calculations * add :key binding to v-for iterating over MPPT instances |
||
|---|---|---|
| .. | ||
| VeDirectFrameHandler.cpp | ||
| VeDirectFrameHandler.h | ||
| VeDirectMpptController.cpp | ||
| VeDirectMpptController.h | ||
| VeDirectShuntController.cpp | ||
| VeDirectShuntController.h | ||