This commit is contained in:
Peter D. Gray 2024-05-08 10:49:33 -04:00
parent afd19c54cc
commit 72c9390093
No known key found for this signature in database
GPG Key ID: A2DCD558C2BE5D7C

View File

@ -15,7 +15,7 @@ def make_flash_fs():
os.mkdir('/flash/settings')
def make_psram_fs():
# Filesystem is wiped and rebuild on each boot before this point, but
# Filesystem is wiped and rebuilt on each boot before this point, but
# add some more files.
ps = ckcc.PSRAM()
os.mount(ps, '/psram')