From 74ec72138a38e7679c38ea4c92a49b7d00e46ff6 Mon Sep 17 00:00:00 2001 From: Robert Miroszewski Date: Thu, 22 Apr 2021 19:51:35 +0200 Subject: [PATCH] Time down to 1s --- src/davega_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/davega_config.h b/src/davega_config.h index daaa43b..10099d6 100644 --- a/src/davega_config.h +++ b/src/davega_config.h @@ -122,7 +122,7 @@ // Hold button 1 for this time to reset session data. // Hold button 2 for this time to reset the Coulomb counter. -#define COUNTER_RESET_TIME 3000 // ms +#define COUNTER_RESET_TIME 1000 // ms // This corresponds (more or less) to how often data is read from VESC. #define UPDATE_DELAY 50 // ms