-
Notifications
You must be signed in to change notification settings - Fork 95
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
Not compiling when "thingProperties.h" is used. #54
Comments
Hey |
Same problem for me in iotCloud : caused by Read definition in Opentherm.h made for "backards compatability". |
@4310benno did you use the version from the master branch? |
Yes, and for me it is working now.
Only waiting for your shield to arive😀
Benno
Verstuurd vanaf mijn iPad
Op 2 feb. 2024 om 22:38 heeft Laxilef ***@***.***> het volgende geschreven:
@4310benno<https://github.com/4310benno> did you use the version from the master branch?
—
Reply to this email directly, view it on GitHub<#54 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ALLMRTEVQPS6VUZP5PCF4LTYRVMDLAVCNFSM6AAAAAA65PTZOSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMRUG4ZTKNBUGY>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When using
#include "thingProperties.h"
#include <OpenTherm.h>
an error is generated when compiling the code.
There seems to be a redeclaration of ' READ' (already used in ThingProperties).
Probably easy to solve but I'm new to all this and don't know how. Any suggestions welcome.
The text was updated successfully, but these errors were encountered: