-
Notifications
You must be signed in to change notification settings - Fork 0
/
platformio.ini
42 lines (39 loc) · 1.23 KB
/
platformio.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
; 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
; https://docs.platformio.org/page/projectconf.html
[env]
platform = espressif32
framework = arduino
monitor_speed = 115200
[env:esp32-s3-devkitc-1]
board = esp32-s3-devkitc-1
board_build.f_flash = 80000000L
board_build.partitions = default_8MB.csv
build_flags =
-DELEGANTOTA_USE_ASYNC_WEBSERVER=1
lib_deps =
https://github.com/me-no-dev/ESPAsyncWebServer.git
me-no-dev/AsyncTCP@^1.1.1
end2endzone/NonBlockingRTTTL@^1.3.0
ayushsharma82/ElegantOTA@^3.1.0
fastled/FastLED@^3.6.0
arduino-libraries/ArduinoHttpClient@^0.6.0
[env:adafruit_qtpy_esp32s3_nopsram]
board = adafruit_qtpy_esp32s3_nopsram
board_build.partitions = default_8MB.csv
build_flags =
-DARDUINO_USB_MODE=1
-DELEGANTOTA_USE_ASYNC_WEBSERVER=1
lib_deps =
https://github.com/me-no-dev/ESPAsyncWebServer.git
me-no-dev/AsyncTCP@^1.1.1
end2endzone/NonBlockingRTTTL@^1.3.0
ayushsharma82/ElegantOTA@^3.1.0
fastled/FastLED@^3.6.0
arduino-libraries/ArduinoHttpClient@^0.6.0