File tree Expand file tree Collapse file tree 3 files changed +2
-8
lines changed
CircuitPython_Kaluga-ascii-mirror
CircuitPython_Kaluga-jpeg
CircuitPython_Kaluga-lcd-mirror Expand file tree Collapse file tree 3 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 26
26
27
27
if espidf .get_reserved_psram () < 1047586 :
28
28
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
32
30
""" )
33
31
raise SystemExit
34
32
Original file line number Diff line number Diff line change 73
73
74
74
if espidf .get_reserved_psram () < 1047586 :
75
75
print ("""Place the following line in CIRCUITPY/settings.toml, then hard-reset the board:
76
- ```
77
76
CIRCUITPY_RESERVED_PSRAM=1048576
78
- ```
79
77
""" )
80
78
raise SystemExit
81
79
Original file line number Diff line number Diff line change 62
62
63
63
if espidf .get_reserved_psram () < 1047586 :
64
64
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
68
66
""" )
69
67
raise SystemExit
70
68
You can’t perform that action at this time.
0 commit comments