mirror of
https://github.com/meshtastic/firmware.git
synced 2025-09-18 16:15:36 +00:00
add picomputer tft build
This commit is contained in:
parent
c8f059918b
commit
5334e7be25
@ -1,4 +1,4 @@
|
|||||||
[env:picomputer-s3]
|
[env:picomputer-s3-old]
|
||||||
extends = esp32s3_base
|
extends = esp32s3_base
|
||||||
board = bpi_picow_esp32_s3
|
board = bpi_picow_esp32_s3
|
||||||
|
|
||||||
@ -17,11 +17,11 @@ lib_deps =
|
|||||||
lovyan03/LovyanGFX@^1.1.8
|
lovyan03/LovyanGFX@^1.1.8
|
||||||
|
|
||||||
|
|
||||||
[env:picomputer-s3-tft]
|
[env:picomputer-s3]
|
||||||
extends = esp32s3_base
|
extends = esp32s3_base
|
||||||
board = bpi_picow_esp32_s3
|
board = bpi_picow_esp32_s3
|
||||||
board_build.partitions = default_8MB.csv ; just for test
|
board_build.partitions = default_8MB.csv ; just for test
|
||||||
;board_check = true
|
board_check = true
|
||||||
upload_protocol = esptool
|
upload_protocol = esptool
|
||||||
build_flags = ${esp32_base.build_flags}
|
build_flags = ${esp32_base.build_flags}
|
||||||
-D PICOMPUTER_S3
|
-D PICOMPUTER_S3
|
||||||
|
Loading…
Reference in New Issue
Block a user