mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-02 18:59:56 +00:00
83e309f3bf
Ref: https://docs.platformio.org/en/latest/scripting/examples/platformio_ini_custom_options.html
6 lines
160 B
INI
6 lines
160 B
INI
[env:tlora_v1_3]
|
|
extends = esp32_base
|
|
board_level = extra
|
|
board = ttgo-lora32-v1
|
|
build_flags =
|
|
${esp32_base.build_flags} -D TLORA_V1_3 -I variants/tlora_v1_3 |