We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9922aec + f2c1133 commit dc6ced4Copy full SHA for dc6ced4
src/sim/Controller_BL0942.cpp
@@ -72,7 +72,7 @@ void CControllerBL0942::onDrawn() {
72
if (txt_current->isBeingEdited() == false) {
73
realCurrent = txt_current->getFloat();
74
}
75
- Sim_SendFakeBL0942Packet(realVoltage, realPower, realCurrent);
+ Sim_SendFakeBL0942Packet(realVoltage, realCurrent, realPower);
76
77
class CControllerBase *CControllerBL0942::cloneController(class CShape *origOwner, class CShape *newOwner) {
78
CControllerBL0942 *r = new CControllerBL0942();
0 commit comments