You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enabling esp secure cert cause firmware unable to compile
Hi, Im having some issues when enabling esp secure cert for my aws mqtt. During compilation it shows (screenshot below).
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
Enabling esp secure cert cause firmware unable to compile
Enabling esp secure cert cause firmware unable to compile (CA-335)
May 15, 2024
Hi @anuarrozman, based on the screenshot, it looks like you're facing issue with your custom application when you enable secure partition.
We could not reproduce it with the tls_mutual_auth example application (by enabling secure cert related configuration).
In most scenarios, the error of missing parenthesis appears when the preceding code either has unterminated parenthesis or some extra parenthesis. Regardless, could you help with a few things to better debug this:
If you could help provide some code snippet atop an example application to reproduce the issue at our end?
Just for the sake of completion, kindly provide version of esp-aws-iot and esp-idf you are on.
Enabling esp secure cert cause firmware unable to compile
Hi, Im having some issues when enabling esp secure cert for my aws mqtt. During compilation it shows (screenshot below).
The text was updated successfully, but these errors were encountered: