Skip to content

Commit

Permalink
Update sdkconfig.defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
milewski authored and ivmarkov committed Aug 18, 2024
1 parent 01ffc83 commit ec11f69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cargo/sdkconfig.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
CONFIG_ESP_MAIN_TASK_STACK_SIZE=8000

# Use this to set FreeRTOS kernel tick frequency to 1000 Hz (100 Hz by default).
# This allows to use 1 ms granuality for thread sleeps (10 ms by default).
# This allows to use 1 ms granularity for thread sleeps (10 ms by default).
#CONFIG_FREERTOS_HZ=1000

# Workaround for https://github.com/espressif/esp-idf/issues/7631
Expand Down

0 comments on commit ec11f69

Please sign in to comment.