Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mbedtls/gcm.h: No such file or directory #29

Open
BerBie00 opened this issue Aug 1, 2023 · 3 comments
Open

mbedtls/gcm.h: No such file or directory #29

BerBie00 opened this issue Aug 1, 2023 · 3 comments

Comments

@BerBie00
Copy link

BerBie00 commented Aug 1, 2023

Hi,
I get a compile error when running esphome meter01.yaml run

src\esphome-dlms-meter\espdm.h:2:10: fatal error: mbedtls/gcm.h: No such file or directory
2 | #include "mbedtls/gcm.h"

Use an MCU8266 board.

Any ideas?
Br,
Bernd

@Exolor
Copy link
Contributor

Exolor commented Aug 3, 2023

Hello, ESP8266 is not supported. Only ESP32.

There are some things missing on the 8266 that are required if i remember correctly.

@luusl
Copy link

luusl commented Sep 2, 2023

I've created a pull request which adds ESP8266 support.

@BerBie00
Copy link
Author

BerBie00 commented Sep 7, 2023

It works great, thanks!

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

No branches or pull requests

3 participants