1
0
Fork 0
mirror of https://github.com/kou029w/k2ping.git synced 2025-01-18 16:07:59 +00:00

Use official Arduino LCD library

This commit is contained in:
Nebel 2017-04-21 23:11:02 +09:00
parent 55aa6e01df
commit 7fabc62d91
3 changed files with 1 additions and 2 deletions

View file

@ -9,7 +9,6 @@ cache:
install: install:
- pip install -U platformio - pip install -U platformio
- platformio lib install 1526
script: script:
- platformio run - platformio run

View file

@ -13,3 +13,4 @@ platform = espressif8266
board = d1 board = d1
framework = arduino framework = arduino
upload_speed = 921600 upload_speed = 921600
lib_deps = 887

View file

@ -1,5 +1,4 @@
#include <ESP8266WiFi.h> #include <ESP8266WiFi.h>
#include <Wire.h>
#include <LiquidCrystal.h> #include <LiquidCrystal.h>
extern "C" { extern "C" {