1
0
mirror of https://github.com/s00500/ESPUI.git synced 2025-07-04 06:10:18 +00:00

4 Commits
1.6.2 ... 1.6.3

Author SHA1 Message Date
c5c6e37dfb Patch version bump 2019-05-07 09:09:04 +02:00
b03ea9ded7 Patch version pump 2019-05-07 09:08:37 +02:00
a341052c40 Merge pull request #52 from Flawededge/patch-2
Force version 5 ArudinoJson
2019-05-07 09:07:24 +02:00
acea3c7d4d Force version 5 ArudinoJson
When using PIO to auto download libraries, the latest v6 json is used, so forcing v5 is required
2019-05-07 11:32:41 +12:00
2 changed files with 3 additions and 2 deletions

View File

@ -22,11 +22,12 @@
}, },
{ {
"name": "ArduinoJson", "name": "ArduinoJson",
"version": "5.13.4",
"authors": "Benoit Blanchon", "authors": "Benoit Blanchon",
"frameworks": "arduino" "frameworks": "arduino"
} }
], ],
"version": "1.6.2", "version": "1.6.3",
"frameworks": "arduino", "frameworks": "arduino",
"platforms": "*" "platforms": "*"
} }

View File

@ -1,5 +1,5 @@
name=ESPUI name=ESPUI
version=1.6.2 version=1.6.3
author=Lukas Bachschwell author=Lukas Bachschwell
maintainer=Lukas Bachschwell <lukas@lbsfilm.at> maintainer=Lukas Bachschwell <lukas@lbsfilm.at>
sentence=ESP32 and ESP8266 Web Interface Library sentence=ESP32 and ESP8266 Web Interface Library