From 3652655bcbad8f74485f281a67bf84673d69c2c9 Mon Sep 17 00:00:00 2001 From: fvanroie Date: Thu, 24 Nov 2022 18:35:24 +0100 Subject: [PATCH] Remove sunton-4827s043r_16MB --- .github/workflows/build.yaml | 2 +- src/hasp_config.cpp | 3 --- user_setups/esp32s3/sunton-esp32-s3-tft.ini | 4 ++-- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index fac9adc0..2b436f40 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -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 diff --git a/src/hasp_config.cpp b/src/hasp_config.cpp index 5591c083..f029de43 100644 --- a/src/hasp_config.cpp +++ b/src/hasp_config.cpp @@ -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); diff --git a/user_setups/esp32s3/sunton-esp32-s3-tft.ini b/user_setups/esp32s3/sunton-esp32-s3-tft.ini index 1d5458ff..dd35456e 100644 --- a/user_setups/esp32s3/sunton-esp32-s3-tft.ini +++ b/user_setups/esp32s3/sunton-esp32-s3-tft.ini @@ -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