esp32-course icon indicating copy to clipboard operation
esp32-course copied to clipboard

Understanding Memory->SRAM_Dynamic->main.c

Open VaishnavCSA opened this issue 3 years ago • 0 comments

Line 25 : ESP_LOGE(TAG, "Failed to allocate memory"); Correction : ESP_LOGI(TAG, "Failed to allocate memory");

Shouldn't it be ESP_LOGI() and if it is then it Allocates memory.

VaishnavCSA avatar Jul 19 '21 05:07 VaishnavCSA