Merge pull request #9134 from dhalbert/espressif-freertos-ticks-1ms

CONFIG_FREERTOS_HZ = 1000
This commit is contained in:
Scott Shawcroft 2024-04-02 12:17:29 -07:00 committed by GitHub
commit e35d2773ae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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
#