itead/ITEADLIB_Arduino_Nextion

CompHotSpot example has files with same filename with different case

riban-bw opened this issue · 1 comments

In ITEADLIB_Arduino_Nextion/examples/CompHotspot there are two files named, "CompHotspot_v0_32.HMI" and "CompHotSpot_v0_32.HMI". This does not work on Windows which has case sensitive file system and causes issues with git which thinks a file is modified.

I think you meant to say Windows is "case insensitive", rather than "case sensitive".

I encountered this problem with a different project and it caused me a lot of confusion before I figured out what was going on.