Compare commits

...

1 commit

Author SHA1 Message Date
Jeff Epler
02c3b44219
Update code.py
Correct a message advising user how to update settings.toml
2023-02-13 10:36:45 -06:00

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