-
• #2
It's because Bluetooth LE support got added and that takes up loads of RAM.
I believe you can just call
ESP32.enableBLE
to get the extra RAM back. -
• #3
Bravo! Thank you Gordon, my program works perfectly in version 2v00.
It's because Bluetooth LE support got added and that takes up loads of RAM.
I believe you can just call ESP32.enableBLE
to get the extra RAM back.
Bravo! Thank you Gordon, my program works perfectly in version 2v00.
Hello,
I have one problems of low_memory with the version 2v00, which I did not have with the version 1v97. How to obtain the same size of memory(report) which we see on screenshoot.
https://photos.app.goo.gl/LixfG7NbRxETVsus7
https://photos.app.goo.gl/6aM4qfMrRQov6FQw5
Thanks to the espruino team for their excellent work.