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
file src/midea_ir.c, line 29 (comments). 1010 0010 is actually 0xA2, not 0xB2.
The text was updated successfully, but these errors were encountered:
The comment binary is wrong, the constant is 0xB2. Should be: 1011 0010 - (0xB2) is a constant
1011 0010 - (0xB2) is a constant
Also, the "strange Midea AirCon values" is just a Gray code (reflected binary code) https://en.wikipedia.org/wiki/Gray_code
Sorry, something went wrong.
No branches or pull requests
file src/midea_ir.c, line 29 (comments).
1010 0010 is actually 0xA2, not 0xB2.
The text was updated successfully, but these errors were encountered: