mirror of
https://github.com/esphome/esphome.git
synced 2026-06-24 15:46:54 +00:00
[gdk101] Increase reset retries for slow-booting sensor MCU (#15584)
This commit is contained in:
committed by
Jesse Hills
parent
4f00ad409e
commit
873378fa1f
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user