Skip to content

Commit

Permalink
fix: keep console connection open
Browse files Browse the repository at this point in the history
  • Loading branch information
darlanalves committed Feb 23, 2024
1 parent 8a051dd commit 79a586a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/index.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,10 @@ void onReceive(void *arg, char *data, unsigned short length)
{
TRACE("Status\n");
espconn_send(conn, (uint8 *)httpOK, strlen(httpOK));
vm_systemInformation(&program);
vm_dump(&program);
espconn_disconnect(conn);
espconn_
// vm_systemInformation(&program);
// vm_dump(&program);
// espconn_disconnect(conn);
return;
}

Expand Down

0 comments on commit 79a586a

Please sign in to comment.