We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e444364 commit 332375dCopy full SHA for 332375d
1 file changed
ports/espressif/esp-idf-config/sdkconfig.defaults
@@ -36,12 +36,23 @@ CONFIG_ESP_MAIN_TASK_STACK_SIZE=16384
36
# CONFIG_ESP_DEBUG_OCDAWARE is not set
37
# end of ESP System Settings
38
39
+
40
#
41
# Wi-Fi
42
43
# CONFIG_ESP_WIFI_NVS_ENABLED is not set
44
# end of Wi-Fi
45
46
+#
47
+# FreeRTOS
48
49
50
51
+# Kernel
52
53
+CONFIG_FREERTOS_HZ=1000
54
+# end of Kernel
55
56
57
# LWIP
58
0 commit comments