2018-02-26 00:11:31 +00:00
|
|
|
; PlatformIO Project Configuration File
|
|
|
|
;
|
|
|
|
; Build options: build flags, source filter
|
|
|
|
; Upload options: custom upload port, speed and extra flags
|
|
|
|
; Library options: dependencies, extra library storages
|
|
|
|
; Advanced options: extra scripting
|
|
|
|
;
|
|
|
|
; Please visit documentation for the other options and examples
|
|
|
|
; http://docs.platformio.org/page/projectconf.html
|
2019-05-24 11:19:27 +00:00
|
|
|
[env:node32s]
|
|
|
|
platform = espressif32
|
|
|
|
board = node32s
|
2018-11-11 19:56:44 +00:00
|
|
|
|
2018-02-26 00:11:31 +00:00
|
|
|
framework = arduino
|
|
|
|
;upload_flags = --port=8266 --auth=esp-react
|
|
|
|
;upload_port = 192.168.0.6
|
2019-04-07 21:51:08 +00:00
|
|
|
monitor_speed = 115200
|
|
|
|
|
2018-02-26 22:55:58 +00:00
|
|
|
build_flags=
|
|
|
|
-D NO_GLOBAL_ARDUINOOTA
|
2019-05-19 16:51:57 +00:00
|
|
|
-D ENABLE_CORS
|
|
|
|
-D CORS_ORIGIN=\"http://localhost:3000\"
|
2018-02-26 00:11:31 +00:00
|
|
|
lib_deps =
|
2019-04-24 22:41:24 +00:00
|
|
|
NtpClientLib@>=2.5.1,<3.0.0
|
2019-04-14 07:52:40 +00:00
|
|
|
ArduinoJson@>=6.0.0,<7.0.0
|
2019-04-24 22:41:24 +00:00
|
|
|
ESP Async WebServer@>=1.2.0,<2.0.0
|
|
|
|
AsyncTCP@>=1.0.3,<2.0.0
|