The i2s module doesn't appear to build
This commit is contained in:
parent
f15470e44f
commit
b9d6e2722e
|
@ -59,14 +59,12 @@ if(IDF_TARGET STREQUAL "esp32")
|
|||
elseif(IDF_TARGET STREQUAL "esp32s2")
|
||||
list(APPEND module_srcs
|
||||
"dac.c"
|
||||
"i2s.c"
|
||||
"touch.c"
|
||||
"rmt.c"
|
||||
"pulsecnt.c"
|
||||
)
|
||||
elseif(IDF_TARGET STREQUAL "esp32s3")
|
||||
list(APPEND module_srcs
|
||||
"i2s.c"
|
||||
"touch.c"
|
||||
"rmt.c"
|
||||
"pulsecnt.c"
|
||||
|
|
Loading…
Reference in New Issue