Skip to content

fix(esp32): remove mbedtls/error.h include causing pioarduino compile error#10127

Closed
Dadud wants to merge 1 commit into
meshtastic:developfrom
Dadud:fix/revert-mbedtls-include
Closed

fix(esp32): remove mbedtls/error.h include causing pioarduino compile error#10127
Dadud wants to merge 1 commit into
meshtastic:developfrom
Dadud:fix/revert-mbedtls-include

Conversation

@Dadud

@Dadud Dadud commented Apr 10, 2026

Copy link
Copy Markdown

Summary

Reverts commit 391928e which added -include mbedtls/error.h to ESP32 build flags. This header does not exist under pioarduino, causing compilation failures.

Changes

  • variants/esp32/esp32-common.ini: Remove -include mbedtls/error.h from build_flags

Testing

  • Compilation succeeds on ESP32 targets with pioarduino

Fixes #10073

… error

Reverts commit 391928e which
added -include mbedtls/error.h to build flags. This header does not
exist under pioarduino, causing compilation failures on ESP32 targets.

Fixes meshtastic#10073
@CLAassistant

Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.


Clu-AI seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.

1 similar comment
@CLAassistant

Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.


Clu-AI seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.

@github-actions github-actions Bot added needs-review Needs human review bugfix Pull request that fixes bugs labels Apr 10, 2026
@thebentern thebentern closed this Apr 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bugfix Pull request that fixes bugs needs-review Needs human review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants