cmd handler stuff

This commit is contained in:
2020-11-16 13:26:05 +01:00
parent bd09d4db45
commit 5e29ecf356

View File

@ -196,11 +196,11 @@ void my_setup_2() {
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() {