From 51c5d8ce93d71768902bc7406c6bf803182600d6 Mon Sep 17 00:00:00 2001 From: rcarteraz Date: Fri, 7 Feb 2025 14:02:11 -0700 Subject: [PATCH] tested higher speed and it works --- variants/seeed-sensecap-indicator/platformio.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/variants/seeed-sensecap-indicator/platformio.ini b/variants/seeed-sensecap-indicator/platformio.ini index 2e794ef377..cfd17584a9 100644 --- a/variants/seeed-sensecap-indicator/platformio.ini +++ b/variants/seeed-sensecap-indicator/platformio.ini @@ -32,6 +32,7 @@ lib_deps = ${esp32s3_base.lib_deps} [env:seeed-sensecap-indicator-tft] extends = env:seeed-sensecap-indicator board_level = main +upload_speed = 460800 board_build.partitions = default_8MB.csv ; must be here for some reason, board.json is not enough !? build_flags = @@ -81,5 +82,4 @@ build_src_filter = lib_deps = ${env:seeed-sensecap-indicator.lib_deps} - https://github.com/bitbank2/bb_captouch.git#8f2f06462ff597847921739376a299db93612417 ; alternative touch library supporting FT6x36 - + https://github.com/bitbank2/bb_captouch.git#8f2f06462ff597847921739376a299db93612417 ; alternative touch library supporting FT6x36 \ No newline at end of file