Skip to content

Commit 9d94aa9

Browse files
author
Ville Vilpas
committed
Compability with arduino library manager
1 parent 1361f0d commit 9d94aa9

File tree

5 files changed

+16
-2
lines changed

5 files changed

+16
-2
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,6 @@ See example. Library expects that given file path is found at ESP8266 flash memo
66

77
## Releases
88
v0.1 - Working with basic functionality.
9+
10+
## Notices
11+
Original version is part of https://github.com/itead/ITEADLIB_Arduino_Nextion

keywords.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
ESPNexUpload KEYWORD1
2+
upload KEYWORD2

library.properties

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name=ESPNexUpload
2+
version=0.1.0
3+
author=Ville Vilpas <[email protected]>
4+
maintainer=Ville Vilpas <[email protected]>
5+
sentence=Uploading UI file to Nextion display using ESP8266 SPIFFS
6+
paragraph=Part of original ITEAD Nextion library modified to be used with ESP8266
7+
category=Communication
8+
url=https://github.com/Nredor/ESPNexUpload
9+
architectures=esp8266

src/ESPNexUpload.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Modified to work with ESP8266 and SoftwareSerial
77
* @author Ville Vilpas ([email protected])
88
* @date 2018/2/3
9-
* @version 0.1
9+
* @version 0.1.0
1010
*
1111
* Original version (a part of https://github.com/itead/ITEADLIB_Arduino_Nextion)
1212
* @author Chen Zengpeng (email:<[email protected]>)

src/ESPNexUpload.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Modified to work with ESP8266 and SoftwareSerial
77
* @author Ville Vilpas ([email protected])
88
* @date 2018/2/3
9-
* @version 0.1
9+
* @version 0.1.0
1010
*
1111
* Original version (a part of https://github.com/itead/ITEADLIB_Arduino_Nextion)
1212
* @author Chen Zengpeng (email:<[email protected]>)

0 commit comments

Comments
 (0)