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

Fixed the errors within the IRremote2.h and IRremote2.cpp files #17

Open
shermannatrix-old opened this issue Nov 24, 2017 · 0 comments
Open

Comments

@shermannatrix-old
Copy link

shermannatrix-old commented Nov 24, 2017

Hi guys, I thought I should share this. So you can take note of the issues when you are downloading the code for your projects. When you try to run the project, you will receive a number of errors:

  1. There is a single line in one of the Block comments in IRremote2.cpp that is missing the '/' at the beginning of the line. Remember to add that in.

  2. For the void sendHvacToshiba() method, it should be void IRsend::sendHvacToshiba(...).

  3. Make sure to also add the method to the .h file as well. Otherwise, you will keep seeing an error saying that make() and space() methods are not declared.

To the creators of the library, please fix that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant