-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
mitsubishi_ac not work(solved) #2230
Labels
Comments
Thanks. |
crankyoldgit
added a commit
to crankyoldgit/IRremoteESP8266
that referenced
this issue
Jan 11, 2019
Originally reported in letscontrolit/ESPEasy#2230 Fixes #596
crankyoldgit
added a commit
to crankyoldgit/IRremoteESP8266
that referenced
this issue
Jan 11, 2019
Originally reported in letscontrolit/ESPEasy#2230 MITSUBISHI_AC -> SEND_MITSUBISHI_AC SEND_MWM_ -> SEND_MWM Fixes #596
crankyoldgit
added a commit
to crankyoldgit/IRremoteESP8266
that referenced
this issue
Jan 11, 2019
Originally reported in letscontrolit/ESPEasy#2230 MITSUBISHI_AC -> SEND_MITSUBISHI_AC SEND_MWM_ -> SEND_MWM Fixes #596
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
in P035_IRTX.INO line 500 "SEND" is missing and not work cmd
change
#if MITSUBISHI_AC
case MITSUBISHI_AC:
to
#if SEND_MITSUBISHI_AC
case MITSUBISHI_AC:
thanks
The text was updated successfully, but these errors were encountered: