From 39076e91bcfa65f0a0697d7138f7fa7ccc2a2778 Mon Sep 17 00:00:00 2001 From: decentclock Date: Tue, 23 Aug 2022 11:48:11 -0600 Subject: [PATCH] Turn off debug logs by default --- sphinx-key/sdkconfig.defaults | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sphinx-key/sdkconfig.defaults b/sphinx-key/sdkconfig.defaults index 7aa5b46..f73fb9e 100644 --- a/sphinx-key/sdkconfig.defaults +++ b/sphinx-key/sdkconfig.defaults @@ -1,6 +1,6 @@ # Rust often needs a bit of an extra main task stack size compared to C (the default is 3K) CONFIG_ESP_MAIN_TASK_STACK_SIZE=64000 -CONFIG_LOG_DEFAULT_LEVEL_DEBUG=y +#CONFIG_LOG_DEFAULT_LEVEL_DEBUG=y # 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).