mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-01 10:19:59 +00:00
83e309f3bf
Ref: https://docs.platformio.org/en/latest/scripting/examples/platformio_ini_custom_options.html
7 lines
231 B
INI
7 lines
231 B
INI
; The original TBEAM board without the AXP power chip and a few other changes
|
|
[env:tbeam0.7]
|
|
extends = esp32_base
|
|
board = ttgo-t-beam
|
|
board_level = extra
|
|
build_flags =
|
|
${esp32_base.build_flags} -D TBEAM_V07 -I variants/tbeam_v07 |