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() {