We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 558cef5 commit a42d3c3Copy full SHA for a42d3c3
content/components/psram.md
@@ -23,7 +23,7 @@ psram:
23
## Configuration variables
24
25
- **mode** (*Optional*): Defines the operating mode the PSRAM should utilize. One of `quad`, `octal` or `hex`.
26
- Defaults to `quad` for ESP32 and `hex` for ESP32-P4. ESP32-S3 has no default and _requires_ this option to be set.
+ Defaults to `quad` for ESP32 and `hex` for ESP32-P4. ESP32-S3 has no default and *requires* this option to be set.
27
See notes below.
28
- **speed** (*Optional*, int): The speed at which the PSRAM should operate. One of `40MHz` (default), `80MHz` or `120MHz`.
29
- **enable_ecc** (*Optional*, bool): For octal mode, enable ECC (Error Correction Code) for the PSRAM (default is off.)
0 commit comments