2024-04-03 19:17:13 +00:00
|
|
|
[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
|
|
|
|
|
2024-04-15 12:30:45 +00:00
|
|
|
build_unflags =
|
|
|
|
-D ARDUINO_USB_MODE
|
|
|
|
|
2024-04-03 19:17:13 +00:00
|
|
|
build_flags = ${esp32_base.build_flags}
|
|
|
|
-D UNPHONE
|
|
|
|
-I variants/unphone
|
2024-04-15 12:30:45 +00:00
|
|
|
-D ARDUINO_USB_MODE=0
|
2024-04-03 19:17:13 +00:00
|
|
|
|
|
|
|
lib_deps = ${esp32s3_base.lib_deps}
|
|
|
|
lovyan03/LovyanGFX@^1.1.8
|