Update code.py
Correct a message advising user how to update settings.toml
This commit is contained in:
parent
d36bae83d5
commit
02c3b44219
1 changed files with 2 additions and 3 deletions
|
|
@ -62,9 +62,8 @@ display = displayio.Display(display_bus, _INIT_SEQUENCE, width=320, height=240)
|
|||
|
||||
if espidf.get_reserved_psram() < 1047586:
|
||||
print("""Place the following line in CIRCUITPY/settings.toml, then hard-reset the board:
|
||||
```
|
||||
CIRCUITPY_RESERVED_PSRAM
|
||||
```
|
||||
|
||||
CIRCUITPY_RESERVED_PSRAM=1048576
|
||||
""")
|
||||
raise SystemExit
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue