Remove sunton-4827s043r_16MB

This commit is contained in:
fvanroie 2022-11-24 18:35:24 +01:00
parent 41ac2e1443
commit 3652655bcb
3 changed files with 3 additions and 6 deletions

View File

@ -49,7 +49,7 @@ jobs:
- out: makerfabs
env: "makerfabs-tft35-cap -e makerfabs-s3-tft35-spi"
- out: sunton
env: "esp32-2432s028r_4MB -e esp32-3248s035c_4MB -e esp32-3248s035r_4MB -e sunton-4827s043r_16MB -e sunton-4827s043c_16MB -e sunton-8048s043c_16MB -e sunton-8048s050c_16MB -e sunton-8048s070c_16MB"
env: "esp32-2432s028r_4MB -e esp32-3248s035c_4MB -e esp32-3248s035r_4MB -e sunton-4827s043c_16MB -e sunton-8048s043c_16MB -e sunton-8048s050c_16MB -e sunton-8048s070c_16MB"
- out: wireless-tag
env: "wt32-sc01_4MB -e wt32-sc01_16MB -e wt-86-32-3zw1 -e wt32-sc01-plus_8MB"
- out: yeacreate

View File

@ -436,9 +436,6 @@ void configSetup()
DynamicJsonDocument settings(1024 + 512);
for(uint32_t i = 0; i < 2; i++) {
Serial.print(__FILE__);
Serial.println(__LINE__);
if(i == 0) {
#if HASP_USE_SPIFFS > 0
EepromStream eepromStream(0, 2048);

View File

@ -58,7 +58,7 @@ build_flags =
-D TFT_B3=9
-D TFT_B4=1
[env:sunton-4827s043r_16MB]
[sunton-4827s043r_16MB]
extends = sunton-esp32-s3-tft, esp32s3_16mb_v2
build_flags =
@ -81,7 +81,7 @@ build_flags =
-D TFT_PREFER_SPEED=9000000
-D TFT_AUTO_FLUSH=1
; Touch Setttings
-D TOUCH_DRIVER=0x2046
;-D TOUCH_DRIVER=0x2046
-D TOUCH_SCLK=12
-D TOUCH_MISO=13
-D TOUCH_MOSI=11