src: ESP32S3VGA header filename has wrong case for the word VGA#3
Open
rcorsi wants to merge 1 commit into
Open
src: ESP32S3VGA header filename has wrong case for the word VGA#3rcorsi wants to merge 1 commit into
rcorsi wants to merge 1 commit into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I'm working in Ubuntu and when I try to build with platformio I get an error with the header ESP32S3VGA.h where the case of the word vga is lowercase, but it should be in uppercase.
src/main.cpp:29:10: fatal error: ESP32S3vga.h: No such file or directoryWindows is usually forgiving about the filename case, but Linux is unfortunately not. :-)
If I grep (search) for the string in the various files in the repo I see the following:
In the above output the examples and the library.properties show the word vga in uppercase for ESP32S3VGA.h
and if I look for the filename in the file system I see the following that shows that the word VGA is in uppercase:
I get the following error output during the build: