From 80004ab1e7e386f76224805f6577cf0259733307 Mon Sep 17 00:00:00 2001 From: Hayodea Hekol Date: Tue, 30 Sep 2025 23:10:10 -0400 Subject: [PATCH] CMake: Device Reattacher period is now 2000ms --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3b5c8b1..ed5f79e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -25,7 +25,7 @@ endif() math(EXPR MIND_VOSCILLATOR_FREQ_MS "1000 / ${MIND_VOSCILLATOR_PERIOD_MS}") # Device manager reattacher configuration -set(MRNTT_DEVMGR_REATTACHER_PERIOD_MS 1500 +set(MRNTT_DEVMGR_REATTACHER_PERIOD_MS 2000 CACHE STRING "Device manager reattacher period (ms)") if(NOT MRNTT_DEVMGR_REATTACHER_PERIOD_MS GREATER 0) message(FATAL_ERROR