cmd handler stuff

This commit is contained in:
2020-11-16 13:55:41 +01:00
parent cc50b2b93c
commit 873f26bf4d

View File

@ -125,7 +125,7 @@ void cmdHandlerEngine(void *handle) {
coloredMsg(LOG_YELLOW, "che, sockState is 0x%02x", sockState);
if (sockState == SOCK_CLOSED) {
coloredMsg(LOG_YELLOW, "che, socket is closed now");
state = 1;
state = 0;
}
break;