esp32s3_devkit/sta_softap: Disable SMP on defconfig temporarily

There is a known bug while using the Station + softAP mode with SMP
mode enabled. Disable it temporarily until the bug is properly
fixed.
This commit is contained in:
Tiago Medicci Serrano 2023-08-18 10:16:32 -03:00 committed by Xiang Xiao
parent 891e05d99a
commit e25fcb3bd5

View file

@ -72,9 +72,8 @@ CONFIG_RR_INTERVAL=200
CONFIG_SCHED_LPWORK=y
CONFIG_SCHED_WAITPID=y
CONFIG_SIG_DEFAULT=y
CONFIG_SMP=y
CONFIG_SMP_NCPUS=2
CONFIG_SPIFFS_NAME_MAX=128
CONFIG_SPINLOCK=y
CONFIG_START_DAY=6
CONFIG_START_MONTH=12
CONFIG_START_YEAR=2011