From 9f66553afcfb554030c78f4eb9fa8bd14649688c Mon Sep 17 00:00:00 2001 From: lewisxhe Date: Tue, 26 Mar 2024 09:07:41 +0800 Subject: [PATCH] Fixed https://github.com/Xinyuan-LilyGO/T-Display-S3/issues/234 --- platformio.ini | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/platformio.ini b/platformio.ini index ae3c90f..98238c9 100644 --- a/platformio.ini +++ b/platformio.ini @@ -38,7 +38,12 @@ board = lilygo-t-displays3 framework = arduino debug_tool = esp-builtin -upload_protocol = esp-builtin + +; Use this when burning with USB CDC +upload_protocol = esptool + +; When using ESP32-USB-JTAG debugging +; upload_protocol = esp-builtin build_flags = -DLV_LVGL_H_INCLUDE_SIMPLE