mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-07 20:17:04 +03:00
Merge remote-tracking branch 'origin/master' into httpd
Conflicts: components/services/monitor.c components/telnet/telnet.c components/telnet/telnet.h
This commit is contained in:
@@ -32,7 +32,7 @@ static const char *TAG = "cmd_i2ctools";
|
||||
static gpio_num_t i2c_gpio_sda = 19;
|
||||
static gpio_num_t i2c_gpio_scl = 18;
|
||||
static uint32_t i2c_frequency = 100000;
|
||||
#ifdef CONFIG_SQUEEZEAMP
|
||||
#ifdef CONFIG_I2C_LOCKED
|
||||
static i2c_port_t i2c_port = I2C_NUM_1;
|
||||
#else
|
||||
static i2c_port_t i2c_port = I2C_NUM_0;
|
||||
|
||||
Reference in New Issue
Block a user