Arduinojson6 (#8)

* Remove redundant AuthSettingsService. Will re-implement properly soon using JWT.

* Support ArduinoJson >= 6.0.0

* Fix ArduinoJson version to 6.x.x
This commit is contained in:
rjwats
2019-04-14 08:52:40 +01:00
committed by GitHub
parent 51c5e51ecd
commit e68b7627f2
17 changed files with 226 additions and 186 deletions

View File

@ -23,6 +23,6 @@ build_flags=
lib_deps =
https://github.com/PaulStoffregen/Time
https://github.com/gmag11/NtpClient
ArduinoJson@>=5.0.0,<6.0.0
ArduinoJson@>=6.0.0,<7.0.0
https://github.com/me-no-dev/ESPAsyncWebServer
https://github.com/me-no-dev/AsyncTCP