Merge pull request #7133 from CDarius/fix_m5stack_core_basic
Fixed wrong configuration in sdkconfig
This commit is contained in:
commit
baa44a2dba
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
CONFIG_ESP32_ECO3_CACHE_LOCK_FIX=y
|
||||
CONFIG_ESP32_SPIRAM_SUPPORT=y
|
||||
CONFIG_ESP32_SPIRAM_SUPPORT=n
|
||||
CONFIG_ESP32_REV_MIN_3=y
|
||||
|
||||
# CONFIG_SPIRAM_ALLOW_BSS_SEG_EXTERNAL_MEMORY is not set
|
||||
|
|
|
|||
Loading…
Reference in a new issue