-
Notifications
You must be signed in to change notification settings - Fork 12
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
Replace deprecated macro #5
Conversation
For the "real/original ESP32" this seems to work with the old 'TICK' BUT for others like EPS32 S2 this should be changed. |
That might explain why no one was made aware of this issue which is present starting with esphome 2024.12 and upwards. |
What compiler emits for old macro? An error or just a warning? |
Here's the relevant log output:
The energy meter configuration I'm using is:
Where it just a warning, I would've brush it off, but unfortunately it aborts the build... |
Same error and aborted build with this device:
|
Same error and compile fail on |
See espressif/esp-idf#51