Skip to content

Commit 586b65a

Browse files
authored
Update CurrentCostMeterBase.cpp
1 parent 17311ca commit 586b65a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hardware/CurrentCostMeterBase.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ void CurrentCostMeterBase::ExtractReadings()
121121
SendWattMeter(2 + sensorInt, 1, 255, totalPower, sensorName);
122122
}
123123
}
124-
else it (type == 2.0)
124+
else if (type == 2.0)
125125
{
126126
float consumption(0.0);
127127
float ipu(1000.0);

0 commit comments

Comments
 (0)