Skip to content

Commit 16196c8

Browse files
author
Ville Vilpas
committed
Changes to comply with library manager
1 parent 9d94aa9 commit 16196c8

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ ESP8266 library for uploading .tft file to Nextion display using SPIFFS.
55
See example. Library expects that given file path is found at ESP8266 flash memory(SPIFFS). Included example provides webserver with file upload to SPIFFS.
66

77
## Releases
8-
v0.1 - Working with basic functionality.
8+
v0.1.1 - Updated to comply with Arduino Library manager
9+
v0.1.0 - Working with basic functionality.
910

1011
## Notices
1112
Original version is part of https://github.com/itead/ITEADLIB_Arduino_Nextion

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=ESPNexUpload
2-
version=0.1.0
2+
version=0.1.1
33
author=Ville Vilpas <[email protected]>
44
maintainer=Ville Vilpas <[email protected]>
55
sentence=Uploading UI file to Nextion display using ESP8266 SPIFFS

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.0
9+
* @version 0.1.1
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.0
9+
* @version 0.1.1
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)