Added houghline test + uses idf_component_register in cmakelist

This commit is contained in:
Joachim
2020-03-26 23:19:53 +01:00
parent 50b4e6fc53
commit 0284052fae
5 changed files with 29 additions and 168 deletions

View File

@ -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());
}