From 7aa330af9514d3046515d4077124e8950bbc23d0 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Mon, 2 Nov 2020 19:26:06 +0100 Subject: [PATCH] meterbus state machine --- cube/User/Src/main2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cube/User/Src/main2.c b/cube/User/Src/main2.c index ec5c8f8..298a296 100644 --- a/cube/User/Src/main2.c +++ b/cube/User/Src/main2.c @@ -39,7 +39,7 @@ void my_setup_2() { frontendInit(); frontendSetThreshold(240); - schAdd(helloMeterbus, NULL, 0, 5000); + schAdd(helloMeterbus, NULL, 0, 10000); } void my_loop() {