Skip to content

Fix case-insensitive ESPDuino file name #1725

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
Mar 5, 2016
Merged

Fix case-insensitive ESPDuino file name #1725

merged 1 commit into from
Mar 5, 2016

Conversation

ulikoehler
Copy link
Contributor

I work on Linux and I got an error about a missing pins_arduino.h:

fatal error: pins_arduino.h: No such file or directory

As it turns out, the reason for this is that the directory name under Linux is case-sensitive while it is lowercase-only in the variants file.

I work on Linux and I got an error about a missing `pins_arduino.h`:
```
fatal error: pins_arduino.h: No such file or directory
```
As it turns out, the reason for this is that the directory name under Linux is case-sensitive while it is lowercase-only in the variants file.
Links2004 added a commit that referenced this pull request Mar 5, 2016
Fix case-insensitive ESPDuino file name
@Links2004 Links2004 merged commit d2d1ca2 into esp8266:master Mar 5, 2016
@ulikoehler ulikoehler deleted the patch-1 branch March 6, 2016 15:00
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