From 64b76cf2ed3955bef7aa8a6e63ec2ca14fb62f9c Mon Sep 17 00:00:00 2001 From: Fisch Date: Fri, 8 Sep 2023 09:45:12 +0200 Subject: [PATCH] add comment for front esc on bobbycar faulty temperature reading --- Inc/config.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Inc/config.h b/Inc/config.h index f061e1d..f78ad65 100644 --- a/Inc/config.h +++ b/Inc/config.h @@ -142,6 +142,7 @@ pio run -t upload //#define TEMP_CAL_HIGH_DEG_C 489 // temperature 2: measured temperature [°C * 10]. Here 48.9 °C #ifdef BOBBYCAR_PCB_FRONT //FRONT WHEELS PCB + //Temperature on front esc is unsuable. works sometimes then climbs up and jumps around. #define TEMP_CAL_LOW_ADC 1722 // temperature 1: ADC value #define TEMP_CAL_LOW_DEG_C 210 // temperature 1: measured temperature [°C * 10]. Here 22.0 °C #define TEMP_CAL_HIGH_ADC 1580 // temperature 2: ADC value