From bfb833982e06a47eb10263954bd658abf139bcd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=B6ttgens?= Date: Sun, 7 Jun 2026 22:12:59 +0200 Subject: [PATCH] Flip C6 to supported. (#10646) * Flip C6 to supported. * Re-add board_level pr and remove redundant lib_deps --------- Co-authored-by: Austin --- variants/esp32c6/tlora_c6/platformio.ini | 10 ++++++++++ variants/esp32c6/tlora_c6/variant.h | 1 - 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/variants/esp32c6/tlora_c6/platformio.ini b/variants/esp32c6/tlora_c6/platformio.ini index 07585e79f..ecaecbd27 100644 --- a/variants/esp32c6/tlora_c6/platformio.ini +++ b/variants/esp32c6/tlora_c6/platformio.ini @@ -1,7 +1,17 @@ [env:tlora-c6] +custom_meshtastic_hw_model = 83 +custom_meshtastic_hw_model_slug = TLORA_C6 +custom_meshtastic_architecture = esp32-c6 +custom_meshtastic_actively_supported = true +custom_meshtastic_support_level = 1 +custom_meshtastic_display_name = LilyGo T3-C6 +custom_meshtastic_images = tlora-c6.svg +custom_meshtastic_tags = LilyGo + extends = esp32c6_base board = esp32-c6-devkitm-1 board_level = pr + build_flags = ${esp32c6_base.build_flags} -D TLORA_C6 diff --git a/variants/esp32c6/tlora_c6/variant.h b/variants/esp32c6/tlora_c6/variant.h index fcc5b9813..44764bafa 100644 --- a/variants/esp32c6/tlora_c6/variant.h +++ b/variants/esp32c6/tlora_c6/variant.h @@ -12,7 +12,6 @@ #define LORA_RESET 21 #define SX126X_CS LORA_CS #define SX126X_DIO1 23 -#define SX126X_DIO2 20 #define SX126X_BUSY 22 #define SX126X_RESET LORA_RESET #define SX126X_RXEN 15