Add feature to enable CORS during the build.

This commit is contained in:
rjwats@gmail.com
2018-02-26 22:55:58 +00:00
parent 63a639eb22
commit 85784a2535
2 changed files with 12 additions and 1 deletions

View File

@ -14,7 +14,9 @@ framework = arduino
;upload_flags = --port=8266 --auth=esp-react
;upload_port = 192.168.0.6
board_f_cpu = 160000000L
build_flags= -D NO_GLOBAL_ARDUINOOTA
build_flags=
-D NO_GLOBAL_ARDUINOOTA
; -D ENABLE_CORS
lib_deps =
https://github.com/PaulStoffregen/Time
https://github.com/gmag11/NtpClient