Skip to content

Commit 391fe85

Browse files
committed
comment out CORS setting
1 parent 5069cd9 commit 391fe85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platformio.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ monitor_speed = 115200
2626
build_flags=
2727
-D NO_GLOBAL_ARDUINOOTA
2828
; Uncomment ENABLE_CORS to enable Cross-Origin Resource Sharing (required for local React development)
29-
-D ENABLE_CORS
29+
;-D ENABLE_CORS
3030
-D CORS_ORIGIN=\"http://localhost:3000\"
3131
lib_deps =
3232
NtpClientLib@>=2.5.1,<3.0.0

0 commit comments

Comments
 (0)