From e53beab0784af575903d9e60cb18244734767bf6 Mon Sep 17 00:00:00 2001 From: lewisxhe Date: Tue, 5 Mar 2024 11:52:11 +0800 Subject: [PATCH] Update boards.json , https://github.com/Xinyuan-LilyGO/T-Display-S3/issues/210 --- boards/lilygo-t-displays3.json | 2 +- platformio.ini | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/boards/lilygo-t-displays3.json b/boards/lilygo-t-displays3.json index b840211..419532f 100644 --- a/boards/lilygo-t-displays3.json +++ b/boards/lilygo-t-displays3.json @@ -26,7 +26,7 @@ "bluetooth" ], "debug": { - "openocd_target": "esp32s3.cfg" + "openocd_target": "esp32s3-builtin.cfg" }, "frameworks": [ "arduino", diff --git a/platformio.ini b/platformio.ini index 6a397d8..ae3c90f 100644 --- a/platformio.ini +++ b/platformio.ini @@ -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