[gdk101] Increase reset retries for slow-booting sensor MCU (#15584)

This commit is contained in:
J. Nick Koston
2026-04-09 05:48:10 -10:00
committed by GitHub
parent 2721f08bcc
commit 6f5d642a31
+1 -1
View File
@@ -7,7 +7,7 @@ namespace gdk101 {
static const char *const TAG = "gdk101";
static constexpr uint8_t NUMBER_OF_READ_RETRIES = 5;
static constexpr uint8_t NUMBER_OF_RESET_RETRIES = 10;
static constexpr uint8_t NUMBER_OF_RESET_RETRIES = 30;
static constexpr uint32_t RESET_INTERVAL_ID = 0;
static constexpr uint32_t RESET_INTERVAL_MS = 1000;