add comment for front esc on bobbycar faulty temperature reading
This commit is contained in:
parent
c454e90d42
commit
64b76cf2ed
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue