Skip to content

Commit c5b49af

Browse files
authored
Slightly expand PSRAM examples
1 parent a845521 commit c5b49af

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/platformio.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,8 @@ To learn more about PSRAM usage, see: :doc:`RP2350 PSRAM Support <psram>`
169169
board_upload.psram_length = 1048576
170170
; PSRAM size: 2MB
171171
board_upload.psram_length = 2097152
172+
; PSRAM size: 4MB
173+
board_upload.psram_length = 4194304
172174
173175
CPU Speed
174176
---------

0 commit comments

Comments
 (0)