We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Hello, ESP8266 is not supported. Only ESP32.
There are some things missing on the 8266 that are required if i remember correctly.
Sorry, something went wrong.
I've created a pull request which adds ESP8266 support.
It works great, thanks!
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: