From e2a158e872a8665a16137ebe6ac9c19991bf8ebb Mon Sep 17 00:00:00 2001 From: Fisch Date: Sun, 19 Apr 2020 20:59:30 +0200 Subject: [PATCH] change timeout to 15min for bobbycar controller to timeout first --- Inc/config.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Inc/config.h b/Inc/config.h index 9656972..1788f66 100644 --- a/Inc/config.h +++ b/Inc/config.h @@ -3,8 +3,8 @@ //Select the calibration values for the different pcbs //#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 HOVERBRETT //Green PCB in Hoverbrett +#define BOBBYCAR_PCB_REAR //Blue PCB. with XT60-U, beige programming cable. inner power button +//#define HOVERBRETT //Green PCB in Hoverbrett // ############################### 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 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 ###############################