mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-28 13:46:36 +00:00
Fix Guition ESP32-S3-4848S040
This commit is contained in:
parent
ce99b815b9
commit
82a382ad57
@ -39,6 +39,7 @@ extra_default_envs =
|
||||
; esp32-one_st7796
|
||||
; esp32-s3-4827s043c_16MB
|
||||
; esp32-s3-4827s043r_16MB
|
||||
; esp32-s3-4848S040_16MB
|
||||
; esp32-s3-8048s043c_16MB
|
||||
; esp32-touchdown
|
||||
; freetouchdeck_4MB
|
||||
@ -77,7 +78,6 @@ extra_default_envs =
|
||||
; wt-86-32-3zw1
|
||||
; yeacreate-nscreen32
|
||||
; wz2432r028
|
||||
; esp32-s3-4848S040
|
||||
;endregion
|
||||
|
||||
;region -- Define your local COM ports for each environment ---
|
||||
|
@ -5,7 +5,7 @@
|
||||
; - gt911 touch controller ;
|
||||
;***************************************************;
|
||||
|
||||
[esp32-s3-4848S040]
|
||||
[esp32-s3-4848s040]
|
||||
extends = arduino_esp32s3_v2
|
||||
board = esp32-s3-devkitc-1
|
||||
board_build.arduino.memory_type = qio_opi
|
||||
@ -82,5 +82,5 @@ lib_deps =
|
||||
${arduinogfx.lib_deps}
|
||||
${goodix.lib_deps}
|
||||
|
||||
[env:esp32-s3-4848S040]
|
||||
extends = esp32-s3-4848S040, flash_16mb
|
||||
[env:esp32-s3-4848s040_16MB]
|
||||
extends = esp32-s3-4848s040, flash_16mb
|
Loading…
x
Reference in New Issue
Block a user