mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
examples: esp_timer: disable secondary console for S3/C3 that can affect test timing
This commit is contained in:
parent
c14c81733d
commit
1e6d07d80c
3
examples/system/esp_timer/sdkconfig.ci
Normal file
3
examples/system/esp_timer/sdkconfig.ci
Normal file
@ -0,0 +1,3 @@
|
||||
# For ESP32-S3 and ESP32-C3, keep secondary console disabled
|
||||
# This is to avoid any timing impact on test behavior
|
||||
CONFIG_ESP_CONSOLE_SECONDARY_NONE=y
|
Loading…
Reference in New Issue
Block a user