cmd handler stuff

This commit is contained in:
2020-11-16 14:07:29 +01:00
parent 873f26bf4d
commit d88b0726ab
2 changed files with 20 additions and 5 deletions

View File

@ -110,8 +110,6 @@ void mqttCommHandler(void *handle) {
schAdd(mqttCommHandler, NULL, 60000, 100);
break;
}
} else {
coloredMsg(LOG_YELLOW, "mqch, network not yet ready");
}
}