Skip to content

Commit b098b71

Browse files
author
dingo35
committed
evse.cpp: fix missing break in modbusloop
1 parent ea31377 commit b098b71

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

SmartEVSE-3/src/evse.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2589,6 +2589,7 @@ uint8_t PollEVNode = NR_EVSES, updated = 0;
25892589
requestPowerMeasurement(Node[PollEVNode].EVMeter, Node[PollEVNode].EVAddress,EMConfig[Node[PollEVNode].EVMeter].PRegister);
25902590
break;
25912591
}
2592+
break;
25922593
}
25932594
ModbusRequest++;
25942595
// fall through

0 commit comments

Comments
 (0)