esp32-course
esp32-course copied to clipboard
Understanding Memory->SRAM_Dynamic->main.c
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.