examples: esp_timer: disable secondary console for S3/C3 that can affect test timing

This commit is contained in:
Mahavir Jain
2021-11-12 17:27:07 +05:30
parent f952b9f71b
commit 997040222d

View 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