mirror of
https://github.com/meshtastic/firmware.git
synced 2025-09-06 19:49:19 +00:00
21 lines
455 B
INI
21 lines
455 B
INI
[env:wesp32]
|
|
extends = esp32_base
|
|
board = esp32dev
|
|
board_level = extra
|
|
|
|
build_flags =
|
|
${esp32_base.build_flags}
|
|
-D PRIVATE_HW
|
|
-I variants/esp32/wesp32
|
|
-DMESHTASTIC_EXCLUDE_SCREEN=1
|
|
-DMESHTASTIC_EXCLUDE_INPUTBROKER=1
|
|
;-DMESHTASTIC_EXCLUDE_I2C=1
|
|
;-DMESHTASTIC_EXCLUDE_ENVIRONMENTAL_SENSOR=1
|
|
|
|
build_src_filter = ${esp32_base.build_src_filter}
|
|
|
|
monitor_speed = 115200
|
|
upload_protocol = esptool
|
|
;upload_port = /dev/ttyUSB0
|
|
upload_speed = 921600
|