File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
ports/espressif/boards/magiclick_s3_n4r2 Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -12,3 +12,4 @@ CIRCUITPY_ESP_FLASH_SIZE = 4MB
12
12
13
13
CIRCUITPY_ESPCAMERA = 0
14
14
CIRCUITPY_DISPLAYIO = 1
15
+ CIRCUITPY_GIFIO = 1
Original file line number Diff line number Diff line change @@ -9,12 +9,12 @@ CONFIG_ESP32S3_SPIRAM_SUPPORT=y
9
9
# SPI RAM config
10
10
#
11
11
# CONFIG_SPIRAM_MODE_QUAD is not set
12
- CONFIG_SPIRAM_MODE_OCT =y
12
+ CONFIG_SPIRAM_MODE_QUAD =y
13
13
CONFIG_SPIRAM_TYPE_AUTO=y
14
14
# CONFIG_SPIRAM_TYPE_ESPPSRAM16 is not set
15
15
# CONFIG_SPIRAM_TYPE_ESPPSRAM32 is not set
16
16
# CONFIG_SPIRAM_TYPE_ESPPSRAM64 is not set
17
- CONFIG_SPIRAM_SIZE=8388608
17
+ CONFIG_SPIRAM_SIZE=2097152
18
18
# end of SPI RAM config
19
19
20
20
# PSRAM Clock and CS IO for ESP32S3
@@ -42,5 +42,5 @@ CONFIG_SPIRAM_MEMTEST=y
42
42
#
43
43
# LWIP
44
44
#
45
- CONFIG_LWIP_LOCAL_HOSTNAME="Metro -ESP32S3"
45
+ CONFIG_LWIP_LOCAL_HOSTNAME="MagiClick -ESP32S3"
46
46
# end of LWIP
You can’t perform that action at this time.
0 commit comments