Skip to content

Commit cd2edce

Browse files
committed
cleanup
1 parent 53305e2 commit cd2edce

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/main.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -500,9 +500,6 @@ bool getJsonData()
500500
jsonESP["WS_Clients"] = ws.count();
501501
//jsonESP["Free_BlockSize"] = ESP.getMaxFreeBlockSize();
502502
jsonESP["Runtime"] = millis() / 1000;
503-
/* char rt[12];
504-
snprintf(rt, sizeof(rt), "%02lu:%02lu:%02lu", millis() / 3600000UL, (millis() / 60000UL) % 60, (millis() / 1000UL) % 60);
505-
jsonESP["Runtime"] = rt; */
506503
writeLog("VE data: %d:%d:%d", myve.veEnd, myve.veErrorCount, myve.veError);
507504
for (size_t i = 0; i < myve.veEnd; i++)
508505
{

0 commit comments

Comments
 (0)