remove extra changes
This commit is contained in:
parent
0321022ca8
commit
e7f3ac8319
@ -166,6 +166,7 @@ void CrossPointWebServer::handleStatus() const {
|
||||
json += "\"freeHeap\":" + String(ESP.getFreeHeap()) + ",";
|
||||
json += "\"uptime\":" + String(millis() / 1000);
|
||||
json += "}";
|
||||
|
||||
server->send(200, "application/json", json);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user