mirror of
https://github.com/kou029w/k2ping.git
synced 2025-01-18 08:05:01 +00:00
Use official Arduino LCD library
This commit is contained in:
parent
55aa6e01df
commit
7fabc62d91
3 changed files with 1 additions and 2 deletions
|
@ -9,7 +9,6 @@ cache:
|
|||
|
||||
install:
|
||||
- pip install -U platformio
|
||||
- platformio lib install 1526
|
||||
|
||||
script:
|
||||
- platformio run
|
||||
|
|
|
@ -13,3 +13,4 @@ platform = espressif8266
|
|||
board = d1
|
||||
framework = arduino
|
||||
upload_speed = 921600
|
||||
lib_deps = 887
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
#include <ESP8266WiFi.h>
|
||||
#include <Wire.h>
|
||||
#include <LiquidCrystal.h>
|
||||
|
||||
extern "C" {
|
||||
|
|
Loading…
Add table
Reference in a new issue