Search found 1 match

by michelesolytic
Wed Mar 20, 2019 1:54 pm
Forum: ESP-IDF
Topic: Compilation errors when including mbedtls/esp_debug.h
Replies: 1
Views: 3217

Compilation errors when including mbedtls/esp_debug.h

Hello everyone! I'm using ESP-IDF 3.1.3 and I'm encountering recurrent crashes during TLS connections. I thus decided to turn on CONFIG_MBEDTLS_DEBUG into "make menuconfig" and to include "mbedtls/esp_debug.h" into the main header file of my project (written in c++). While compiling however I encoun...