enable mbus again

This commit is contained in:
Wolfgang Hottgenroth 2020-11-09 20:13:47 +01:00
parent b64e9b5a73
commit 5a39c044b4

View File

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