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:
Chris Pepper
2017-08-02 04:57:52 +01:00
committed by Scott Lahteine
parent 76da81c1de
commit a5cf3a190c
35 changed files with 30689 additions and 1 deletions

2
.gitignore vendored
View File

@ -122,7 +122,7 @@ tags
.piolibdeps
.clang_complete
.gcc-flags.json
lib/
/lib/
#Visual Studio
*.sln