add picomputer tft build

This commit is contained in:
mverch67 2024-08-26 07:15:31 +02:00
parent c8f059918b
commit 5334e7be25

View File

@ -1,4 +1,4 @@
[env:picomputer-s3]
[env:picomputer-s3-old]
extends = esp32s3_base
board = bpi_picow_esp32_s3
@ -17,11 +17,11 @@ lib_deps =
lovyan03/LovyanGFX@^1.1.8
[env:picomputer-s3-tft]
[env:picomputer-s3]
extends = esp32s3_base
board = bpi_picow_esp32_s3
board_build.partitions = default_8MB.csv ; just for test
;board_check = true
board_check = true
upload_protocol = esptool
build_flags = ${esp32_base.build_flags}
-D PICOMPUTER_S3