bugfix-2.0.x critical fix (#7401)
* Fix mistake in gitignore file and add in missing core files. The missing leading slash on "lib" meant all folders names lib in the directory tree are ignored, rather than just the top level PlatformIO lib folder * Add LiquidCrystal Library and associated headers modified to compile.
This commit is contained in:
committed by
Scott Lahteine
parent
76da81c1de
commit
a5cf3a190c
2
.gitignore
vendored
2
.gitignore
vendored
@ -122,7 +122,7 @@ tags
|
||||
.piolibdeps
|
||||
.clang_complete
|
||||
.gcc-flags.json
|
||||
lib/
|
||||
/lib/
|
||||
|
||||
#Visual Studio
|
||||
*.sln
|
||||
|
Reference in New Issue
Block a user