futher berry fixes

This commit is contained in:
openshwprojects
2025-04-12 17:55:52 +02:00
committed by GitHub
parent eadba42f9f
commit f2c1133b47

View File

@ -72,7 +72,7 @@ void CControllerBL0942::onDrawn() {
if (txt_current->isBeingEdited() == false) {
realCurrent = txt_current->getFloat();
}
Sim_SendFakeBL0942Packet(realVoltage, realPower, realCurrent);
Sim_SendFakeBL0942Packet(realVoltage, realCurrent, realPower);
}
class CControllerBase *CControllerBL0942::cloneController(class CShape *origOwner, class CShape *newOwner) {
CControllerBL0942 *r = new CControllerBL0942();