comment out CORS setting
This commit is contained in:
parent
5069cd90a1
commit
391fe85a4b
@ -26,7 +26,7 @@ monitor_speed = 115200
|
|||||||
build_flags=
|
build_flags=
|
||||||
-D NO_GLOBAL_ARDUINOOTA
|
-D NO_GLOBAL_ARDUINOOTA
|
||||||
; Uncomment ENABLE_CORS to enable Cross-Origin Resource Sharing (required for local React development)
|
; Uncomment ENABLE_CORS to enable Cross-Origin Resource Sharing (required for local React development)
|
||||||
-D ENABLE_CORS
|
;-D ENABLE_CORS
|
||||||
-D CORS_ORIGIN=\"http://localhost:3000\"
|
-D CORS_ORIGIN=\"http://localhost:3000\"
|
||||||
lib_deps =
|
lib_deps =
|
||||||
NtpClientLib@>=2.5.1,<3.0.0
|
NtpClientLib@>=2.5.1,<3.0.0
|
||||||
|
Loading…
Reference in New Issue
Block a user