Merge pull request #4 from atsteen/master

Modify platformio.ini to allow use of deprecated ArduinoJson libraries
This commit is contained in:
rjwats 2019-04-10 22:23:57 +01:00 committed by GitHub
commit 51c5e51ecd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,12 +15,14 @@ board_build.f_cpu = 160000000L
framework = arduino framework = arduino
;upload_flags = --port=8266 --auth=esp-react ;upload_flags = --port=8266 --auth=esp-react
;upload_port = 192.168.0.6 ;upload_port = 192.168.0.6
monitor_speed = 115200
build_flags= build_flags=
-D NO_GLOBAL_ARDUINOOTA -D NO_GLOBAL_ARDUINOOTA
; -D ENABLE_CORS ; -D ENABLE_CORS
lib_deps = lib_deps =
https://github.com/PaulStoffregen/Time https://github.com/PaulStoffregen/Time
https://github.com/gmag11/NtpClient https://github.com/gmag11/NtpClient
https://github.com/bblanchon/ArduinoJson ArduinoJson@>=5.0.0,<6.0.0
https://github.com/me-no-dev/ESPAsyncWebServer https://github.com/me-no-dev/ESPAsyncWebServer
https://github.com/me-no-dev/AsyncTCP https://github.com/me-no-dev/AsyncTCP