This commit is contained in:
lewisxhe 2024-03-05 11:52:11 +08:00
parent 5a5b2f8042
commit e53beab078
2 changed files with 5 additions and 2 deletions

View File

@ -26,7 +26,7 @@
"bluetooth" "bluetooth"
], ],
"debug": { "debug": {
"openocd_target": "esp32s3.cfg" "openocd_target": "esp32s3-builtin.cfg"
}, },
"frameworks": [ "frameworks": [
"arduino", "arduino",

View File

@ -36,7 +36,9 @@ boards_dir = ./boards
platform = espressif32 platform = espressif32
board = lilygo-t-displays3 board = lilygo-t-displays3
framework = arduino framework = arduino
; extra_scripts = ./script/pos_extra_script.py
debug_tool = esp-builtin
upload_protocol = esp-builtin
build_flags = build_flags =
-DLV_LVGL_H_INCLUDE_SIMPLE -DLV_LVGL_H_INCLUDE_SIMPLE
@ -135,6 +137,7 @@ lib_ignore =
PCA95x5 PCA95x5
lvgl lvgl
[env:touch_test] [env:touch_test]
extends = env
lib_ignore = lib_ignore =
GFX Library for Arduino GFX Library for Arduino
arduino-nofrendo arduino-nofrendo