Merge pull request #9134 from dhalbert/espressif-freertos-ticks-1ms
CONFIG_FREERTOS_HZ = 1000
This commit is contained in:
commit
e35d2773ae
1 changed files with 11 additions and 0 deletions
|
|
@ -36,12 +36,23 @@ CONFIG_ESP_MAIN_TASK_STACK_SIZE=16384
|
|||
# CONFIG_ESP_DEBUG_OCDAWARE is not set
|
||||
# end of ESP System Settings
|
||||
|
||||
|
||||
#
|
||||
# Wi-Fi
|
||||
#
|
||||
# CONFIG_ESP_WIFI_NVS_ENABLED is not set
|
||||
# end of Wi-Fi
|
||||
|
||||
#
|
||||
# FreeRTOS
|
||||
#
|
||||
|
||||
#
|
||||
# Kernel
|
||||
#
|
||||
CONFIG_FREERTOS_HZ=1000
|
||||
# end of Kernel
|
||||
|
||||
#
|
||||
# LWIP
|
||||
#
|
||||
|
|
|
|||
Loading…
Reference in a new issue