forked from xiaozhi/xiaozhi-esp32
set i2c freq to 400000
This commit is contained in:
@@ -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_);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user