From 020e44d8562875c8ff2ac9d851e049b98f0a6f81 Mon Sep 17 00:00:00 2001 From: nasimovy Date: Wed, 16 Apr 2025 10:01:56 +0000 Subject: [PATCH] changed variant name to tbeam-displayshield --- variants/{tbeam_TFT => tbeam-displayshield}/platformio.ini | 4 ++-- variants/{tbeam_TFT => tbeam-displayshield}/variant.h | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename variants/{tbeam_TFT => tbeam-displayshield}/platformio.ini (88%) rename variants/{tbeam_TFT => tbeam-displayshield}/variant.h (100%) diff --git a/variants/tbeam_TFT/platformio.ini b/variants/tbeam-displayshield/platformio.ini similarity index 88% rename from variants/tbeam_TFT/platformio.ini rename to variants/tbeam-displayshield/platformio.ini index 47f44ea26..f6d999e30 100644 --- a/variants/tbeam_TFT/platformio.ini +++ b/variants/tbeam-displayshield/platformio.ini @@ -1,5 +1,5 @@ ; The 1.0 release of the TBEAM board -[env:tbeam_TFT] +[env:tbeam-displayshield] extends = esp32_base board = ttgo-t-beam board_check = true @@ -7,7 +7,7 @@ lib_deps = ${esp32_base.lib_deps} https://github.com/Nasimovy/st7796/archive/refs/tags/1.0.5.zip ; display addon build_flags = ${esp32_base.build_flags} -DTBEAM_V10 - -Ivariants/tbeam_TFT + -Ivariants/tbeam-displayshield -DGPS_POWER_TOGGLE ; comment this line to disable double press function on the user button to turn off gps entirely. -DBOARD_HAS_PSRAM -mfix-esp32-psram-cache-issue diff --git a/variants/tbeam_TFT/variant.h b/variants/tbeam-displayshield/variant.h similarity index 100% rename from variants/tbeam_TFT/variant.h rename to variants/tbeam-displayshield/variant.h