mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-20 01:32:40 +00:00
This change does not introduce version *changes*, but simply "updates" to the version already being referenced by the fuzzy-match (^)
19 lines
443 B
INI
19 lines
443 B
INI
[env:betafpv_2400_tx_micro]
|
|
extends = esp32_base
|
|
board = esp32doit-devkit-v1
|
|
board_level = extra
|
|
build_flags =
|
|
${esp32_base.build_flags}
|
|
-D BETAFPV_2400_TX
|
|
-D VTABLES_IN_FLASH=1
|
|
-D CONFIG_DISABLE_HAL_LOCKS=1
|
|
-O2
|
|
-I variants/esp32/betafpv_2400_tx_micro
|
|
board_build.f_cpu = 240000000L
|
|
upload_protocol = esptool
|
|
;upload_port = /dev/ttyUSB0
|
|
upload_speed = 460800
|
|
lib_deps =
|
|
${esp32_base.lib_deps}
|
|
adafruit/Adafruit NeoPixel@1.15.2
|