mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-01 18:29:56 +00:00
16 lines
399 B
INI
16 lines
399 B
INI
|
[env:unphone]
|
||
|
;build_type = debug ; to make it possible to step through our jtag debugger
|
||
|
extends = esp32s3_base
|
||
|
board_level = extra
|
||
|
board = unphone9
|
||
|
upload_speed = 921600
|
||
|
monitor_speed = 115200
|
||
|
monitor_filters = esp32_exception_decoder
|
||
|
|
||
|
build_flags = ${esp32_base.build_flags}
|
||
|
-D UNPHONE
|
||
|
-D BOARD_HAS_PSRAM
|
||
|
-I variants/unphone
|
||
|
|
||
|
lib_deps = ${esp32s3_base.lib_deps}
|
||
|
lovyan03/LovyanGFX@^1.1.8
|