From cff7c7b29c82aa69a90dfe244c28c373fe2859a2 Mon Sep 17 00:00:00 2001 From: Marcel Peterkau <marcel@peterkau.de> Date: Wed, 12 Jan 2022 00:52:59 +0100 Subject: [PATCH] shorter Pulses for Pump --- Software/ChainLube/src/lubeapp.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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();