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:
parent
891e05d99a
commit
e25fcb3bd5
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue