network timeout reduce from 60 to 5 sec for debug

This commit is contained in:
Bogdan Pilyugin 2023-02-17 16:11:42 +02:00
parent 3069b8bfe9
commit d1c3595ea9

View File

@ -62,7 +62,7 @@ static SYS_CONFIG SysConfig;
SemaphoreHandle_t xSemaphoreSPIHandle = NULL; SemaphoreHandle_t xSemaphoreSPIHandle = NULL;
StaticSemaphore_t xSemaphoreSPIBuf; StaticSemaphore_t xSemaphoreSPIBuf;
#define NETWORK_START_TIMEOUT (60) #define NETWORK_START_TIMEOUT (5)
static int NetworkStartTimeout = 0; static int NetworkStartTimeout = 0;
static bool isUserAppNeedReset = false; static bool isUserAppNeedReset = false;