diff --git a/Software/ChainLube/src/lubeapp.h b/Software/ChainLube/src/lubeapp.h index f30c9eb..dcc87eb 100644 --- a/Software/ChainLube/src/lubeapp.h +++ b/Software/ChainLube/src/lubeapp.h @@ -6,8 +6,8 @@ #include "common.h" #include "globals.h" -#define LUBE_PULSE_LENGHT_MS 250 -#define LUBE_PULSE_PAUSE_MS 250 +#define LUBE_PULSE_LENGHT_MS 100 +#define LUBE_PULSE_PAUSE_MS 100 void RunLubeApp(volatile uint32_t * wheelPulseCounter); void LubePulse();