File tree Expand file tree Collapse file tree
CircuitPython_Kaluga-ascii-mirror
CircuitPython_Kaluga-jpeg
CircuitPython_Kaluga-lcd-mirror Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626
2727if 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
Original file line number Diff line number Diff line change 7373
7474if espidf .get_reserved_psram () < 1047586 :
7575 print ("""Place the following line in CIRCUITPY/settings.toml, then hard-reset the board:
76- ```
7776CIRCUITPY_RESERVED_PSRAM=1048576
78- ```
7977""" )
8078 raise SystemExit
8179
Original file line number Diff line number Diff line change 6262
6363if 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
You can’t perform that action at this time.
0 commit comments