Skip to content

Use relative reference to include ir_DistanceWidthProtocol.hpp in IRremote.hpp #1265

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

Merged
merged 1 commit into from
Oct 7, 2024

Conversation

alastaira
Copy link
Contributor

The reference to include ir_DistanceWidthProtocol.hpp used angled brackets syntax, which breaks if the library is installed anywhere other than the global Arduino libraries folder.

This simple PR changes the reference to include the file from the local directory using relative "" syntax instead, which also is consistent with the approach used for other header file includes used in the rest of the library.

Updated to use local reference for ir_DistanceWidthProtocol.hpp for consistency/to prevent errors if not installed in global Arduino libraries location.
@ArminJo ArminJo merged commit 95a29e4 into Arduino-IRremote:master Oct 7, 2024
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

Successfully merging this pull request may close these issues.

2 participants