fix(ledc): always allocate memory from internal ram

This commit is contained in:
Song Ruo Jing
2023-09-21 19:04:31 +08:00
parent 821f7b0498
commit f5f44e2ce5
4 changed files with 25 additions and 18 deletions

View File

@@ -0,0 +1,4 @@
CONFIG_SPIRAM=y
CONFIG_SPIRAM_MODE_OCT=y
CONFIG_SPIRAM_SPEED_80M=y
CONFIG_SPIRAM_MALLOC_ALWAYSINTERNAL=0