mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-02 02:39:57 +00:00
1291da746b
* basic identification of TCA9555 * recognise LSM6DS3 on alt address * keep variant.h changes out of this PR * 2nd attempt to keep variant.h changes out of this PR --------- Co-authored-by: Ben Meadors <benmmeadors@gmail.com>
19 lines
441 B
INI
19 lines
441 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_unflags =
|
|
-D ARDUINO_USB_MODE
|
|
|
|
build_flags = ${esp32_base.build_flags}
|
|
-D UNPHONE
|
|
-I variants/unphone
|
|
-D ARDUINO_USB_MODE=0
|
|
|
|
lib_deps = ${esp32s3_base.lib_deps}
|
|
lovyan03/LovyanGFX@^1.1.8 |