mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-19 17:22:59 +00:00
This change does not introduce version *changes*, but simply "updates" to the version already being referenced by the fuzzy-match (^)
17 lines
388 B
INI
17 lines
388 B
INI
[env:bpi_picow_esp32_s3]
|
|
extends = esp32s3_base
|
|
board = bpi_picow_esp32_s3
|
|
board_level = extra
|
|
;OpenOCD flash method
|
|
;upload_protocol = esp-builtin
|
|
;Normal method
|
|
upload_protocol = esptool
|
|
;upload_port = /dev/ttyACM2
|
|
lib_deps =
|
|
${esp32s3_base.lib_deps}
|
|
caveman99/ESP32 Codec2@1.0.1
|
|
build_flags =
|
|
${esp32s3_base.build_flags}
|
|
-D PRIVATE_HW
|
|
-I variants/esp32s3/bpi_picow_esp32_s3
|