Files
firmware_remote_control/platformio.ini
Peter Siegmund 959e2989ab
Some checks failed
Remote Control Build / build (ubuntu-latest) (push) Failing after 13m2s
Remote Control Build / build (macos-latest) (push) Has been cancelled
latest code changes
2024-06-04 21:56:44 +02:00

56 lines
1.3 KiB
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
[platformio]
boards_dir = boards
name = OS-Railway Remote Control
default_envs = wt32-sc01_plus
[env]
platform = espressif32 @ ^6.5.0
framework = arduino
[env:wt32-sc01_plus]
board = wt32-sc01_plus
board_build.partitions = partitions.csv
build_flags =
-D CORE_DEBUG_LEVEL=4
-D SCREEN_WIDTH=480
-D SCREEN_HEIGHT=320
-D ESP32S3
-D WT32SC01PLUS
-D BOARD_HAS_PSRAM
-D ARDUINO_USB_CDC_ON_BOOT
-D LV_CONF_INCLUDE_SIMPLE
-I include/
lib_ldf_mode = deep
lib_deps =
lovyan03/LovyanGFX @ ^1.1.8
lvgl/lvgl @ ^8.3.9
me-no-dev/AsyncTCP @ ^1.1.1
[env:waveshare-esp32s3-43]
board = wt32-sc01_plus
board_build.partitions = partitions.csv
build_flags =
-D CORE_DEBUG_LEVEL=4
-D SCREEN_WIDTH=800
-D SCREEN_HEIGHT=480
-D ESP32S3
-D BOARD_HAS_PSRAM
-D ARDUINO_USB_CDC_ON_BOOT
-D LV_CONF_INCLUDE_SIMPLE
-I include/
lib_ldf_mode = deep
lib_deps =
lovyan03/LovyanGFX @ ^1.1.8
lvgl/lvgl @ ^8.3.9
me-no-dev/AsyncTCP @ ^1.1.1