meterbus state machine

This commit is contained in:
Wolfgang Hottgenroth 2020-11-02 19:26:06 +01:00
parent 387f562629
commit 7aa330af95
Signed by: wn
GPG Key ID: 6C1E5E531E0D5D7F

View File

@ -39,7 +39,7 @@ void my_setup_2() {
frontendInit();
frontendSetThreshold(240);
schAdd(helloMeterbus, NULL, 0, 5000);
schAdd(helloMeterbus, NULL, 0, 10000);
}
void my_loop() {