3 hours for auto switch mode...

This commit is contained in:
2023-02-05 23:45:20 +03:00
parent e33492f758
commit 17693c613d

View File

@@ -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_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 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 */ /* USER CODE END PD */