fixed correct Calculation of Lube-Distance

This commit is contained in:
2022-01-10 23:17:07 +01:00
parent febb658bf8
commit a3d5c4ef6f
3 changed files with 22 additions and 13 deletions

View File

@@ -6,7 +6,7 @@
#include "common.h"
#include "globals.h"
#define LUBE_PULSE_LENGHT_MS 500
#define LUBE_PULSE_LENGHT_MS 250
#define LUBE_PULSE_PAUSE_MS 250
void RunLubeApp(volatile uint32_t * wheelPulseCounter);