mirror of
https://gitcode.com/gh_mirrors/es/esp32-opencv.git
synced 2025-08-06 18:24:38 +08:00
Added houghline test + uses idf_component_register in cmakelist
This commit is contained in:
@ -53,6 +53,6 @@ void wait_sec(uint16_t v) {
|
||||
}
|
||||
|
||||
void disp_mem_infos() {
|
||||
ESP_LOGI(TAG, "task stack left: %d Bytes", uxTaskGetStackHighWaterMark(NULL));
|
||||
ESP_LOGI(TAG, "task stack watermark: %d Bytes", uxTaskGetStackHighWaterMark(NULL));
|
||||
ESP_LOGI(TAG, "heap left: %d Bytes", esp_get_free_heap_size());
|
||||
}
|
Reference in New Issue
Block a user