| 2 |
raymond |
1 |
; PlatformIO Project Configuration File
|
|
|
2 |
;
|
|
|
3 |
; Build options: build flags, source filter
|
|
|
4 |
; Upload options: custom upload port, speed and extra flags
|
|
|
5 |
; Library options: dependencies, extra library storages
|
|
|
6 |
; Advanced options: extra scripting
|
|
|
7 |
;
|
|
|
8 |
; Please visit documentation for the other options and examples
|
|
|
9 |
; https://docs.platformio.org/page/projectconf.html
|
|
|
10 |
|
|
|
11 |
[env:esp32-s3-devkitc1-n4r2]
|
|
|
12 |
platform = https://github.com/pioarduino/platform-espressif32/releases/download/stable/platform-espressif32.zip
|
|
|
13 |
board = esp32-s3-devkitc1-n4r2
|
|
|
14 |
framework = arduino
|
|
|
15 |
board_build.partitions = partitions.csv
|
|
|
16 |
build_flags =
|
|
|
17 |
-I$PROJECT_LIBDEPS_DIR/$PIOENV/AsyncTCP/src
|
|
|
18 |
-I$PROJECT_LIBDEPS_DIR/$PIOENV/ESPAsyncWebServer/src
|
|
|
19 |
lib_deps =
|
|
|
20 |
ESP32Async/AsyncTCP
|
|
|
21 |
ESP32Async/ESPAsyncWebServer
|
|
|
22 |
bblanchon/ArduinoJson
|
|
|
23 |
lib_ignore = ESPAsyncTCP
|
|
|
24 |
|
|
|
25 |
lib_extra_dirs =
|
|
|
26 |
D:/Dropbox/ArduinoLibs/async-esp-fs-webserver
|
|
|
27 |
|
|
|
28 |
|
|
|
29 |
[env:esp32dev]
|
|
|
30 |
platform = https://github.com/pioarduino/platform-espressif32/releases/download/stable/platform-espressif32.zip
|
|
|
31 |
board = esp32dev
|
|
|
32 |
framework = arduino
|
|
|
33 |
build_flags =
|
|
|
34 |
-I$PROJECT_LIBDEPS_DIR/$PIOENV/AsyncTCP/src
|
|
|
35 |
-I$PROJECT_LIBDEPS_DIR/$PIOENV/ESPAsyncWebServer/src
|
|
|
36 |
lib_deps =
|
|
|
37 |
ESP32Async/ESPAsyncWebServer
|
|
|
38 |
ESP32Async/AsyncTCP
|
|
|
39 |
bblanchon/ArduinoJson
|
|
|
40 |
lib_extra_dirs =
|
|
|
41 |
D:/Dropbox/ArduinoLibs/async-esp-fs-webserver
|
|
|
42 |
|
|
|
43 |
lib_ignore = ESPAsyncTCP
|