Fix up T-Beam 1W HW_MODEL
This commit is contained in:
@@ -195,6 +195,8 @@
|
|||||||
#define HW_VENDOR meshtastic_HardwareModel_LINK_32
|
#define HW_VENDOR meshtastic_HardwareModel_LINK_32
|
||||||
#elif defined(T_DECK_PRO)
|
#elif defined(T_DECK_PRO)
|
||||||
#define HW_VENDOR meshtastic_HardwareModel_T_DECK_PRO
|
#define HW_VENDOR meshtastic_HardwareModel_T_DECK_PRO
|
||||||
|
#elif defined(T_BEAM_1W)
|
||||||
|
#define HW_VENDOR meshtastic_HardwareModel_TBEAM_1_WATT
|
||||||
#elif defined(T_LORA_PAGER)
|
#elif defined(T_LORA_PAGER)
|
||||||
#define HW_VENDOR meshtastic_HardwareModel_T_LORA_PAGER
|
#define HW_VENDOR meshtastic_HardwareModel_T_LORA_PAGER
|
||||||
#elif defined(HELTEC_V4)
|
#elif defined(HELTEC_V4)
|
||||||
|
|||||||
@@ -1,5 +1,14 @@
|
|||||||
; LilyGo T-Beam-1W (1 Watt LoRa with external PA)
|
; LilyGo T-Beam-1W (1 Watt LoRa with external PA)
|
||||||
[env:t-beam-1w]
|
[env:t-beam-1w]
|
||||||
|
custom_meshtastic_hw_model = 122
|
||||||
|
custom_meshtastic_hw_model_slug = TBEAM_1_WATT
|
||||||
|
custom_meshtastic_architecture = esp32s3
|
||||||
|
custom_meshtastic_actively_supported = true
|
||||||
|
custom_meshtastic_support_level = 1
|
||||||
|
custom_meshtastic_display_name = LILYGO T-Beam 1W
|
||||||
|
custom_meshtastic_images = tbeam-1w.svg
|
||||||
|
custom_meshtastic_tags = LilyGo
|
||||||
|
|
||||||
extends = esp32s3_base
|
extends = esp32s3_base
|
||||||
board = t-beam-1w
|
board = t-beam-1w
|
||||||
board_build.partitions = default_8MB.csv
|
board_build.partitions = default_8MB.csv
|
||||||
|
|||||||
Reference in New Issue
Block a user