We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ee2bcb4 + d9c6635 commit c883b35Copy full SHA for c883b35
esphome/components/MhiAcCtrl/MHI-AC-Ctrl-core.cpp
@@ -603,7 +603,7 @@ InitError init(const Config& config) {
603
604
// Set up timer
605
gptimer_config_t timer_config = {
606
- .clk_src = GPTIMER_CLK_SRC_APB,
+ .clk_src = GPTIMER_CLK_SRC_DEFAULT,
607
.direction = GPTIMER_COUNT_UP,
608
.resolution_hz = 1000000, // Plenty of resolution to encode a rough 20ms ;)
609
};
0 commit comments