diff --git a/firmware/Core/Src/main.c b/firmware/Core/Src/main.c index 2f7ae92..82fad8b 100644 --- a/firmware/Core/Src/main.c +++ b/firmware/Core/Src/main.c @@ -65,7 +65,7 @@ typedef enum DLMode_t_enum { #define CONF_FLASH_ADDR ((uint32_t)0x0800F800) //FLASH address of the page to save configuration to #define CONF_FLASH_PAGE 31 //FLASH page number (from 0 to PgCount-1) -#define AUTO_SWITCH_TIME 7200 //Time in seconds to auto switch to normal mode from manual_off mode +#define AUTO_SWITCH_TIME 10800 //Time in seconds to auto switch to normal mode from manual_off mode 10800 = 3 hours /* USER CODE END PD */