Flip C6 to supported. (#10646)
* Flip C6 to supported. * Re-add board_level pr and remove redundant lib_deps --------- Co-authored-by: Austin <vidplace7@gmail.com>
This commit is contained in:
co-authored by
GitHub
Austin
parent
1410f170f9
commit
bfb833982e
@@ -1,7 +1,17 @@
|
|||||||
[env:tlora-c6]
|
[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
|
extends = esp32c6_base
|
||||||
board = esp32-c6-devkitm-1
|
board = esp32-c6-devkitm-1
|
||||||
board_level = pr
|
board_level = pr
|
||||||
|
|
||||||
build_flags =
|
build_flags =
|
||||||
${esp32c6_base.build_flags}
|
${esp32c6_base.build_flags}
|
||||||
-D TLORA_C6
|
-D TLORA_C6
|
||||||
|
|||||||
@@ -12,7 +12,6 @@
|
|||||||
#define LORA_RESET 21
|
#define LORA_RESET 21
|
||||||
#define SX126X_CS LORA_CS
|
#define SX126X_CS LORA_CS
|
||||||
#define SX126X_DIO1 23
|
#define SX126X_DIO1 23
|
||||||
#define SX126X_DIO2 20
|
|
||||||
#define SX126X_BUSY 22
|
#define SX126X_BUSY 22
|
||||||
#define SX126X_RESET LORA_RESET
|
#define SX126X_RESET LORA_RESET
|
||||||
#define SX126X_RXEN 15
|
#define SX126X_RXEN 15
|
||||||
|
|||||||
Reference in New Issue
Block a user