-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
#undef USE_IR_RECEIVE in user_config_override.h does not disable IRrecv #2718
Comments
Although the option 47 is still there the code has been disabled. Removing option 47 also would change the sequence of options available resulting in wrong options selected once USE_IR_RECEIVE is enabled again. Just ignore it is still there. |
can you please confirm |
The latter. You could also try and see what happens.... |
OK tested, can confirm ... thx |
5.14.0a * Add KNX energy data (arendst#2750) * Fix display selection of un-available GPIO options in Module Configuration webpage (arendst#2718) * Fix IRSend not accepting data value of 0 (arendst#2751)
Playing around with wemos, minimizing the code footprint i disabled the IR sending with #undef USE_IR_REMOTE and receiving with #undef USE_IR_RECEIVE since i dont need these functions.
However i noticed that there is still option 47 IRrecv available in module configuration, but if understand correctly it shouldnt be, due to #undef USE_IR_RECEIVE in user_config_override.h.
The text was updated successfully, but these errors were encountered: