From 17693c613d9850a0d07d16780b7bbb72de8e4fd7 Mon Sep 17 00:00:00 2001 From: Anton Mukhin Date: Sun, 5 Feb 2023 23:45:20 +0300 Subject: [PATCH] 3 hours for auto switch mode... --- firmware/Core/Src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */