mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-10 05:27:01 +03:00
set default I2C speed to 400k
This commit is contained in:
@@ -28,7 +28,7 @@ static const char *TAG = "services";
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
void services_init(void) {
|
void services_init(void) {
|
||||||
int scl = -1, sda = -1, i2c_speed = 250000;
|
int scl = -1, sda = -1, i2c_speed = 400000;
|
||||||
char *nvs_item, *p;
|
char *nvs_item, *p;
|
||||||
|
|
||||||
gpio_install_isr_service(0);
|
gpio_install_isr_service(0);
|
||||||
|
|||||||
Reference in New Issue
Block a user