mirror of
https://github.com/openshwprojects/OpenBK7231T_App.git
synced 2026-02-05 10:15:28 +00:00
futher berry fixes
This commit is contained in:
@ -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();
|
||||
|
||||
Reference in New Issue
Block a user