mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-10 13:37:03 +03:00
min expanded GPIO is based on esp32's data
This commit is contained in:
@@ -489,7 +489,8 @@ const gpio_exp_config_t* config_gpio_exp_get(void) {
|
|||||||
char *nvs_item, *p;
|
char *nvs_item, *p;
|
||||||
static gpio_exp_config_t config = {
|
static gpio_exp_config_t config = {
|
||||||
.intr = -1,
|
.intr = -1,
|
||||||
.count = 8,
|
.count = 16,
|
||||||
|
.base = GPIO_NUM_MAX,
|
||||||
};
|
};
|
||||||
config.phy.port = i2c_system_port;
|
config.phy.port = i2c_system_port;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user