inactivity timeout too long.

This commit is contained in:
dxl
2023-06-06 20:21:09 +08:00
parent 0ee1b3a283
commit 31eaa0c73d
+1 -1
View File
@@ -204,7 +204,7 @@
// <i> If 0, no inactivity timer will be used. Values 1-99 are invalid.
#ifndef NRF_BL_DFU_INACTIVITY_TIMEOUT_MS
#define NRF_BL_DFU_INACTIVITY_TIMEOUT_MS 120000
#define NRF_BL_DFU_INACTIVITY_TIMEOUT_MS 30000
#endif
// </h>