diff --git a/board/wt32-sc01_plus.json b/boards/wt32-sc01_plus.json similarity index 100% rename from board/wt32-sc01_plus.json rename to boards/wt32-sc01_plus.json diff --git a/platformio.ini b/platformio.ini index fae33e3..f5a39ba 100644 --- a/platformio.ini +++ b/platformio.ini @@ -8,22 +8,20 @@ ; Please visit documentation for the other options and examples ; https://docs.platformio.org/page/projectconf.html - [platformio] -boards_dir = board +boards_dir = boards name = OS-Railway Remote Control default_envs = wt32-sc01_plus [env] platform = espressif32 @ ^6.3.2 framework = arduino -monitor_speed = 115200 [env:wt32-sc01_plus] board = wt32-sc01_plus board_build.partitions = partitions.csv build_flags = - -D CORE_DEBUG_LEVEL=5 + -D CORE_DEBUG_LEVEL=4 -D SCREEN_WIDTH=480 -D SCREEN_HEIGHT=320 -D ESP32S3 @@ -34,6 +32,6 @@ build_flags = -I include/ lib_ldf_mode = deep lib_deps = - me-no-dev/AsyncTCP @ ^1.1.1 lovyan03/LovyanGFX @ ^1.1.8 lvgl/lvgl @ ^8.3.9 + me-no-dev/AsyncTCP @ ^1.1.1