Skip to content

Commit

Permalink
Update boards.json , #210
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisxhe committed Mar 5, 2024
1 parent 5a5b2f8 commit e53beab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion boards/lilygo-t-displays3.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"bluetooth"
],
"debug": {
"openocd_target": "esp32s3.cfg"
"openocd_target": "esp32s3-builtin.cfg"
},
"frameworks": [
"arduino",
Expand Down
5 changes: 4 additions & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -135,6 +137,7 @@ lib_ignore =
PCA95x5
lvgl
[env:touch_test]
extends = env
lib_ignore =
GFX Library for Arduino
arduino-nofrendo
Expand Down

0 comments on commit e53beab

Please sign in to comment.