mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-12 06:27:01 +03:00
log error to tests
This commit is contained in:
@@ -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)
|
||||||
// ********************************************
|
// ********************************************
|
||||||
|
|||||||
Reference in New Issue
Block a user