29 lines
738 B
INI
29 lines
738 B
INI
; 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:esp32-2432s028r]
|
|
platform = espressif32
|
|
platform_packages =
|
|
framework-arduinoespressif32 @ 3.20007.0
|
|
board = esp32dev
|
|
framework = arduino
|
|
monitor_speed = 115200
|
|
lib_deps =
|
|
bodmer/TFT_eSPI
|
|
bblanchon/ArduinoJson
|
|
paulstoffregen/XPT2046_Touchscreen
|
|
WiFi
|
|
; me-no-dev/AsyncTCP@1.1.1
|
|
SD
|
|
esp32async/ESPAsyncWebServer@3.10.0
|
|
|
|
build_flags =
|
|
-DTFT_RGB_ORDER=TFT_BGR
|