mirror of
https://github.com/meshtastic/firmware.git
synced 2026-01-22 09:47:28 +00:00
24 lines
624 B
INI
24 lines
624 B
INI
; LilyGo T-Beam-1W (1 Watt LoRa with external PA)
|
|
[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
|
|
board = t-beam-1w
|
|
board_build.partitions = default_8MB.csv
|
|
board_check = true
|
|
|
|
lib_deps =
|
|
${esp32s3_base.lib_deps}
|
|
|
|
build_flags =
|
|
${esp32s3_base.build_flags}
|
|
-I variants/esp32s3/t-beam-1w
|
|
-D T_BEAM_1W
|