Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
steff393 committed Aug 26, 2023
1 parent 95d2ee5 commit 9af72bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webServer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ void webServer_setup() {
data[F("box")][i][F("lmReq")] = lm_getLastRequest(i);
data[F("box")][i][F("lmLim")] = lm_getWbLimit(i);
data[F("box")][i][F("resCode")] = String(modbusResultCode[i], HEX);
data[F("box")][i][F("FailCnt")] = mb_getFailureCnt(i);
data[F("box")][i][F("failCnt")] = mb_getFailureCnt(i);
}
data[F("modbus")][F("state")][F("lastTm")] = modbusLastTime;
data[F("modbus")][F("state")][F("millis")] = millis();
Expand Down

0 comments on commit 9af72bf

Please sign in to comment.