Skip to content
Snippets Groups Projects
Commit f6ffcc2c authored by q3k's avatar q3k
Browse files

sdkconfig: bump down SPIRAM_MALLOC_ALWAYSINTERNAL

We seem to be wasting a lot of internal memory on random mallocs(),
preventing us from late-initializing bluetooth/BLE.

Fixes #13 . Maybe. We'll see with time.

I think a more complete approach would be to force all micropython
allocations to land in SPIRAM? Or maybe use some memory watermarking to
make the micropython allocator only use internal memory if there's
plenty of it available, enough to initialize BLE?
parent 7b28f31e
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment