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:
parent
76da81c1de
commit
a5cf3a190c
35 changed files with 30689 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -122,7 +122,7 @@ tags
|
|||
.piolibdeps
|
||||
.clang_complete
|
||||
.gcc-flags.json
|
||||
lib/
|
||||
/lib/
|
||||
|
||||
#Visual Studio
|
||||
*.sln
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue