network timeout reduce from 60 to 5 sec for debug
This commit is contained in:
parent
3069b8bfe9
commit
d1c3595ea9
|
|
@ -62,7 +62,7 @@ static SYS_CONFIG SysConfig;
|
|||
SemaphoreHandle_t xSemaphoreSPIHandle = NULL;
|
||||
StaticSemaphore_t xSemaphoreSPIBuf;
|
||||
|
||||
#define NETWORK_START_TIMEOUT (60)
|
||||
#define NETWORK_START_TIMEOUT (5)
|
||||
|
||||
static int NetworkStartTimeout = 0;
|
||||
static bool isUserAppNeedReset = false;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user