Search found 1 match
- Tue Sep 26, 2023 5:35 am
- Forum: ESP32 Arduino
- Topic: Freeze modules into ROM
- Replies: 2
- Views: 1424
Freeze modules into ROM
For some libraries I want to use, my ESP32 does not have enough heap memory available, so I need to freeze the module in order to store it in the ROM and thus save RAM. I've searched the internet for a good tutorial but with no success (all was to advanced or not specific enough). I hope you can poi...