add comments to platformio.ini

more work on readme
This commit is contained in:
Rick Watson
2019-06-01 19:53:42 +01:00
parent 856c2bc050
commit 1b701dc198
2 changed files with 10 additions and 25 deletions

View File

@ -7,18 +7,22 @@
;
; Please visit documentation for the other options and examples
; http://docs.platformio.org/page/projectconf.html
[env:node32s]
platform = espressif32
board = node32s
framework = arduino
monitor_speed = 115200
; Uncomment & modify the lines below in order to configure OTA updates
;upload_flags = --port=8266 --auth=esp-react
;upload_port = 192.168.0.6
monitor_speed = 115200
build_flags=
-D NO_GLOBAL_ARDUINOOTA
-D ENABLE_CORS
; Uncomment ENABLE_CORS to enable Cross-Origin Resource Sharing (required for local React development)
;-D ENABLE_CORS
-D CORS_ORIGIN=\"http://localhost:3000\"
lib_deps =
NtpClientLib@>=2.5.1,<3.0.0