Skip to content

Conversation

@copercini
Copy link
Contributor

Fix for #265

mbedtls_ssl_conf_authmode was defined before mbedtls_ssl_config_defaults causing several bugs when no CA certificate is defined.

Fix for #265

mbedtls_ssl_conf_authmode was defined before mbedtls_ssl_config_defaults causing several bugs when no CA certificate is defined.
@me-no-dev
Copy link
Member

@copercini I want to ask you one thing before I merge this. I want you to use the Arduino's log facility. That means icluding "esp32-hal-log.h" and using log_e and the rest instead of printf. Reasons are many but mainly because when using log_x, roper peripheral is locked and so on.

Replace printf by ESP log handling
log_ doesn't need \n to break line.
@copercini
Copy link
Contributor Author

@me-no-dev Done!

@me-no-dev
Copy link
Member

Great :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants