change timeout to 15min for bobbycar controller to timeout first
This commit is contained in:
parent
b9bf849330
commit
e2a158e872
|
@ -3,8 +3,8 @@
|
||||||
|
|
||||||
//Select the calibration values for the different pcbs
|
//Select the calibration values for the different pcbs
|
||||||
//#define BOBBYCAR_PCB_FRONT //Green PCB. black programming cable. outer power button
|
//#define BOBBYCAR_PCB_FRONT //Green PCB. black programming cable. outer power button
|
||||||
//#define BOBBYCAR_PCB_REAR //Blue PCB. with XT60-U, beige programming cable. inner power button
|
#define BOBBYCAR_PCB_REAR //Blue PCB. with XT60-U, beige programming cable. inner power button
|
||||||
#define HOVERBRETT //Green PCB in Hoverbrett
|
//#define HOVERBRETT //Green PCB in Hoverbrett
|
||||||
|
|
||||||
// ############################### DO-NOT-TOUCH SETTINGS ###############################
|
// ############################### DO-NOT-TOUCH SETTINGS ###############################
|
||||||
|
|
||||||
|
@ -116,7 +116,7 @@
|
||||||
#define TEMP_POWEROFF_ENABLE 0 // to poweroff or not to poweroff, 1 or 0, DO NOT ACTIVITE WITHOUT CALIBRATION!
|
#define TEMP_POWEROFF_ENABLE 0 // to poweroff or not to poweroff, 1 or 0, DO NOT ACTIVITE WITHOUT CALIBRATION!
|
||||||
#define TEMP_POWEROFF 650 // overheat poweroff. (while not driving) [°C * 10]. Here 65.0 °C
|
#define TEMP_POWEROFF 650 // overheat poweroff. (while not driving) [°C * 10]. Here 65.0 °C
|
||||||
|
|
||||||
#define INACTIVITY_TIMEOUT 8 // minutes of not driving until poweroff. it is not very precise.
|
#define INACTIVITY_TIMEOUT 15 // minutes of not driving until poweroff. it is not very precise.
|
||||||
|
|
||||||
// ############################### LCD DEBUG ###############################
|
// ############################### LCD DEBUG ###############################
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue