Skip to content

Commit eb1752f

Browse files
authored
Disable PSRAM support
1 parent 4c4b652 commit eb1752f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

configs/defconfig.esp32p4

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_160=y
2-
CONFIG_SPIRAM=y
2+
# PSRAM is connected in parallel to Flash chip and max clock is 20Mhz
3+
# CONFIG_SPIRAM is not set
34

45
#
56
# PPP

0 commit comments

Comments
 (0)