From 5ec523699124176a862f653afcd25df7f4d3e5ed Mon Sep 17 00:00:00 2001 From: philippe44 Date: Fri, 30 Apr 2021 11:45:18 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a97e2f08..fb781c7e 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,7 @@ The NVS parameter "spi_config" set the spi's gpio used for generic purpose (e.g. data=,clk=[,dc=][,host=1|2] ``` ### DAC/I2S -The NVS parameter "dac_config" set the gpio used for i2s communication with your DAC. You can define the defaults at compile time but nvs parameter takes precedence except for SqueezeAMP and A1S where these are forced at runtime. If your DAC also requires i2c, then you must go the re-compile route. Syntax is +The NVS parameter "dac_config" set the gpio used for i2s communication with your DAC. You can define the defaults at compile time but nvs parameter takes precedence except for SqueezeAMP and A1S where these are forced at runtime. Syntax is ``` bck=,ws=,do=[,mute=[:0|1][,model=TAS57xx|TAS5713|AC101|I2S][,sda=,scl=gpio[,i2c=]] ```