mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-24 11:46:34 +00:00
Add Makerfabs S3 SPI and SC01 Plus
This commit is contained in:
parent
3ba3fedc66
commit
dae78c1996
6
.github/workflows/build.yaml
vendored
6
.github/workflows/build.yaml
vendored
@ -46,12 +46,12 @@ jobs:
|
||||
out: lolin-d32-pro
|
||||
- env: m5stack-core2
|
||||
out: m5stack
|
||||
- env: makerfabs-tft35-cap
|
||||
out: makerfabs-tft
|
||||
- out: makerfabs
|
||||
env: "makerfabs-tft35-cap -e makerfabs-s3-tft35-spi"
|
||||
- out: ttgo
|
||||
env: "ttgo-t7-v1.5_ili9341_4MB -e ttgo-t7-v1.5_ili9341_16MB"
|
||||
- out: wireless-tag
|
||||
env: "wt32-sc01_4MB -e wt32-sc01_16MB -e wt-86-32-3zw1"
|
||||
env: "wt32-sc01_4MB -e wt32-sc01_16MB -e wt-86-32-3zw1 -e wt-sc01-plus_8MB"
|
||||
- env: yeacreate-nscreen32
|
||||
out: yeacreate
|
||||
|
||||
|
@ -5,11 +5,8 @@
|
||||
; - ft6336 touch controller ;
|
||||
;***************************************************;
|
||||
|
||||
[env:wt01_sc01-plus]
|
||||
extends = esp32s3_8mb_v2
|
||||
;board = um_tinys3
|
||||
[wt-sc01-plus]
|
||||
board = esp32s3
|
||||
;board = esp32s3_opi
|
||||
|
||||
build_flags =
|
||||
${env.build_flags}
|
||||
@ -63,3 +60,10 @@ lib_ignore =
|
||||
${esp32s3.lib_ignore}
|
||||
${arduino_esp32s3_v2.lib_ignore}
|
||||
;endregion
|
||||
|
||||
|
||||
[env:wt-sc01-plus_8MB]
|
||||
extends = wt-sc01-plus, esp32s3_8mb_v2
|
||||
|
||||
[env:wt-sc01-plus_16MB]
|
||||
extends = wt-sc01-plus, esp32s3_16mb_v2
|
Loading…
x
Reference in New Issue
Block a user