log error to tests

This commit is contained in:
Frank Haverland
2024-04-28 21:12:56 +02:00
parent ba63d0a589
commit 53f3b99f05

View File

@@ -156,7 +156,7 @@ extern "C" void app_main()
{
initGPIO();
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)
// ********************************************