Only download & compile required libraries (#18699)

This commit is contained in:
Victor Oliveira
2020-07-19 23:42:30 -03:00
committed by GitHub
parent c6233b1ea8
commit 4a55bdb165
9 changed files with 285 additions and 87 deletions

View File

@ -23,10 +23,6 @@
#include <string.h>
#ifndef LCD_CLASS
#include <LiquidCrystal.h>
#define LCD_CLASS LiquidCrystal
#endif
extern LCD_CLASS lcd;
int lcd_glyph_height() { return 1; }