-
Notifications
You must be signed in to change notification settings - Fork 159
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
Compilation error using 2.5.0 & 2024.6.4 #157
Comments
Who has the solution to the same problem? |
Hello there, Here for reference: external_components:
- source: "github://geoffdavis/esphome-mitsubishiheatpump@31ed3068fcf0713873b157e28d0d36248a352d83" |
@FedericoAntoniazzi What do you mean exactly?
Never mind, seems the ESP32-C3 with its default logger port being
|
This got it working for me with a Wemos ESP32-S2-mini v1.0.0 https://www.wemos.cc/en/latest/s2/s2_mini.html
|
confirmed this version works for me |
Can confirm this worked for me on a cheap clone ESP32. Reverting to a previous commit also worked, but I'd rather be running the latest. |
@adeptcain Thanks for tracking this down. Looks like one of the newer commits starting using C++17 code, and the ESP8266 toolchain is totally fine with it. @SCUZNUTS and @yaro24 please verify that the "platformio_options" that @adeptcain provided work for your boards, and I'll update the documentation for the ESP32. |
Can confirm, doing the above works for me;
|
@geoffdavis thanks, but it was @jonathandann who found the fix by the looks of it, I was just confirming it works for me :) |
With both the current versions of mhp and esphome I can't compile the projects anymore.
Here's the config:
Here's the log output:
Please let me know if you need any more information or testing
The text was updated successfully, but these errors were encountered: