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

Update IRsend sendHaierAC to include SEND_HAIER_AC160 #2172

Merged
merged 1 commit into from
Jan 7, 2025

Conversation

akalineskou
Copy link
Contributor

@akalineskou akalineskou commented Jan 7, 2025

ir_Haier.cpp defines it here https://github.com/crankyoldgit/IRremoteESP8266/blob/master/src/ir_Haier.cpp#L49

When using flags -D_IR_ENABLE_DEFAULT_ = falseand -DSEND_HAIER_AC160=true it results in not compiling since it can't fine the method in the header file.

`ir_Haier.cpp` defines it here https : //github.com/crankyoldgit/IRremoteESP8266/blob/master/src/ir_Haier.cpp#L49

When using flags `-D_IR_ENABLE_DEFAULT_ = false`and `-DSEND_HAIER_AC160=true` it results in not compiling since it can't fine the method in the header file.
Copy link
Owner

@crankyoldgit crankyoldgit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me. Thanks.
I'm bypassing all the linter errors. Seems the linter has improved. I'll do that in a different PR.

@crankyoldgit crankyoldgit merged commit 21ba403 into crankyoldgit:master Jan 7, 2025
41 of 42 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants