Skip to content

Commit

Permalink
evse.cpp: fix missing break in modbusloop
Browse files Browse the repository at this point in the history
  • Loading branch information
dingo35 committed Aug 16, 2024
1 parent ea31377 commit b098b71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SmartEVSE-3/src/evse.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2589,6 +2589,7 @@ uint8_t PollEVNode = NR_EVSES, updated = 0;
requestPowerMeasurement(Node[PollEVNode].EVMeter, Node[PollEVNode].EVAddress,EMConfig[Node[PollEVNode].EVMeter].PRegister);
break;
}
break;
}
ModbusRequest++;
// fall through
Expand Down

0 comments on commit b098b71

Please sign in to comment.