Update code.py

Correct a message advising user how to update settings.toml
This commit is contained in:
Jeff Epler 2023-02-13 10:36:45 -06:00 committed by GitHub
parent d36bae83d5
commit 02c3b44219
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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