optimize configuration
This commit is contained in:
@@ -8,22 +8,20 @@
|
|||||||
; Please visit documentation for the other options and examples
|
; Please visit documentation for the other options and examples
|
||||||
; https://docs.platformio.org/page/projectconf.html
|
; https://docs.platformio.org/page/projectconf.html
|
||||||
|
|
||||||
|
|
||||||
[platformio]
|
[platformio]
|
||||||
boards_dir = board
|
boards_dir = boards
|
||||||
name = OS-Railway Remote Control
|
name = OS-Railway Remote Control
|
||||||
default_envs = wt32-sc01_plus
|
default_envs = wt32-sc01_plus
|
||||||
|
|
||||||
[env]
|
[env]
|
||||||
platform = espressif32 @ ^6.3.2
|
platform = espressif32 @ ^6.3.2
|
||||||
framework = arduino
|
framework = arduino
|
||||||
monitor_speed = 115200
|
|
||||||
|
|
||||||
[env:wt32-sc01_plus]
|
[env:wt32-sc01_plus]
|
||||||
board = wt32-sc01_plus
|
board = wt32-sc01_plus
|
||||||
board_build.partitions = partitions.csv
|
board_build.partitions = partitions.csv
|
||||||
build_flags =
|
build_flags =
|
||||||
-D CORE_DEBUG_LEVEL=5
|
-D CORE_DEBUG_LEVEL=4
|
||||||
-D SCREEN_WIDTH=480
|
-D SCREEN_WIDTH=480
|
||||||
-D SCREEN_HEIGHT=320
|
-D SCREEN_HEIGHT=320
|
||||||
-D ESP32S3
|
-D ESP32S3
|
||||||
@@ -34,6 +32,6 @@ build_flags =
|
|||||||
-I include/
|
-I include/
|
||||||
lib_ldf_mode = deep
|
lib_ldf_mode = deep
|
||||||
lib_deps =
|
lib_deps =
|
||||||
me-no-dev/AsyncTCP @ ^1.1.1
|
|
||||||
lovyan03/LovyanGFX @ ^1.1.8
|
lovyan03/LovyanGFX @ ^1.1.8
|
||||||
lvgl/lvgl @ ^8.3.9
|
lvgl/lvgl @ ^8.3.9
|
||||||
|
me-no-dev/AsyncTCP @ ^1.1.1
|
||||||
|
Reference in New Issue
Block a user