set i2c freq to 400000

This commit is contained in:
Terrence
2025-03-06 06:27:36 +08:00
parent 20696b37f9
commit 70cb3410b0
3 changed files with 13 additions and 15 deletions

View File

@@ -45,7 +45,8 @@ Application::Application() {
},
.arg = this,
.dispatch_method = ESP_TIMER_TASK,
.name = "clock_timer"
.name = "clock_timer",
.skip_unhandled_events = true
};
esp_timer_create(&clock_timer_args, &clock_timer_handle_);
}