DFU 진입 후 업데이트 대기 시간 2분 → 1분
This commit is contained in:
@@ -141,6 +141,7 @@
|
|||||||
// <i> to immediately transfer a new application if it wishes.
|
// <i> to immediately transfer a new application if it wishes.
|
||||||
|
|
||||||
#ifndef NRF_BL_DFU_CONTINUATION_TIMEOUT_MS
|
#ifndef NRF_BL_DFU_CONTINUATION_TIMEOUT_MS
|
||||||
|
/* Time to wait for an expected DFU update immediately after entering DFU mode from the application. (10 seconds) */
|
||||||
#define NRF_BL_DFU_CONTINUATION_TIMEOUT_MS 10000
|
#define NRF_BL_DFU_CONTINUATION_TIMEOUT_MS 10000
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
@@ -150,7 +151,8 @@
|
|||||||
// <i> If 0, no inactivity timer will be used. Values 1-99 are invalid.
|
// <i> If 0, no inactivity timer will be used. Values 1-99 are invalid.
|
||||||
|
|
||||||
#ifndef NRF_BL_DFU_INACTIVITY_TIMEOUT_MS
|
#ifndef NRF_BL_DFU_INACTIVITY_TIMEOUT_MS
|
||||||
#define NRF_BL_DFU_INACTIVITY_TIMEOUT_MS 120000
|
/* Time to stay in DFU mode after the last DFU activity before returning to the application. (60 seconds) */
|
||||||
|
#define NRF_BL_DFU_INACTIVITY_TIMEOUT_MS 60000
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// </h>
|
// </h>
|
||||||
|
|||||||
Reference in New Issue
Block a user