Skip to content

Commit a2454f8

Browse files
committed
fix psram setup messages
1 parent c4b79a1 commit a2454f8

File tree

3 files changed

+2
-8
lines changed
  • OV5640_Breakout
    • CircuitPython_Kaluga-ascii-mirror
    • CircuitPython_Kaluga-jpeg
    • CircuitPython_Kaluga-lcd-mirror

3 files changed

+2
-8
lines changed

OV5640_Breakout/CircuitPython_Kaluga-ascii-mirror/code.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,7 @@
2626

2727
if espidf.get_reserved_psram() < 1047586:
2828
print("""Place the following line in CIRCUITPY/settings.toml, then hard-reset the board:
29-
```
30-
CIRCUITPY_RESERVED_PSRAM
31-
```
29+
CIRCUITPY_RESERVED_PSRAM=1048576
3230
""")
3331
raise SystemExit
3432

OV5640_Breakout/CircuitPython_Kaluga-jpeg/code.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,7 @@
7373

7474
if espidf.get_reserved_psram() < 1047586:
7575
print("""Place the following line in CIRCUITPY/settings.toml, then hard-reset the board:
76-
```
7776
CIRCUITPY_RESERVED_PSRAM=1048576
78-
```
7977
""")
8078
raise SystemExit
8179

OV5640_Breakout/CircuitPython_Kaluga-lcd-mirror/code.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,7 @@
6262

6363
if espidf.get_reserved_psram() < 1047586:
6464
print("""Place the following line in CIRCUITPY/settings.toml, then hard-reset the board:
65-
```
66-
CIRCUITPY_RESERVED_PSRAM
67-
```
65+
CIRCUITPY_RESERVED_PSRAM=1048576
6866
""")
6967
raise SystemExit
7068

0 commit comments

Comments
 (0)