cmd handler stuff

This commit is contained in:
2020-11-16 14:56:05 +01:00
parent 28106630c2
commit ec1eeb7ff9
2 changed files with 30 additions and 6 deletions

View File

@ -193,14 +193,14 @@ void my_setup_2() {
wizInit();
// mqttCommInit();
mqttCommInit();
cmdHandlerInit();
// frontendInit();
// frontendSetThreshold(240);
frontendInit();
frontendSetThreshold(240);
// schAdd(scheduleMBusRequest, NULL, 0, 1000);
// schAdd(triggerMBusRequest, NULL, 0, 100);
schAdd(scheduleMBusRequest, NULL, 0, 1000);
schAdd(triggerMBusRequest, NULL, 0, 100);
}
void my_loop() {