Frank Haverland пре 1 година
родитељ
комит
53f3b99f05
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      code/test/test_suite_flowcontroll.cpp

+ 1 - 1
code/test/test_suite_flowcontroll.cpp

@@ -156,7 +156,7 @@ extern "C" void app_main()
 {
 {
   initGPIO();
   initGPIO();
   Init_NVS_SDCard();
   Init_NVS_SDCard();
-  esp_log_level_set("*", ESP_LOG_DEBUG);        // set all components to ERROR level
+  esp_log_level_set("*", ESP_LOG_ERROR);        // set all components to ERROR level
 
 
     // Create dedicated testing task (heap size can be configured - large enough to handle a lot of testing cases)
     // Create dedicated testing task (heap size can be configured - large enough to handle a lot of testing cases)
     // ********************************************
     // ********************************************