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"
],
"debug": {
"openocd_target": "esp32s3.cfg"
"openocd_target": "esp32s3-builtin.cfg"
},
"frameworks": [
"arduino",

View File

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