esp-rs / esp-mbedtls

mbedtls for ESP32 bare-metal
Apache License 2.0
17 stars 7 forks source link

Fix crash when using debug level 3 or higher #14

Closed AnthonyGrondin closed 1 year ago

AnthonyGrondin commented 1 year ago

Fixes a crash that was happening when using debug level 3 or higher due to an unexpected character that wasn't handled

Fixes #11