Skip to content

Commit efc05de

Browse files
committed
docs(esp32): add "psramType" attribute
1 parent 2e49863 commit efc05de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/guides/esp32.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ You can customize the size of flash and PSRAM by adding the following attributes
145145
|-----------|------------------------------------------------------------|---------|
146146
| flashSize | Flash size in MB. Valid values: "2", "4", "8", "16", "32". | "4" |
147147
| psramSize | PSRAM size in MB. Valid values: "2", "4", "8". | "4" |
148+
| psramType | PSRAM type. Valid values: "quad", "octal". | "quad" |
148149

149150
- [ESP32 Custom flash size example](https://wokwi.com/projects/349656534768157267)
150151

0 commit comments

Comments
 (0)