Maybe I'll just switch back to RAM and just use binary, reserved data for now.
Is there a way to safely acquire memory without crashing the system? Something like:
process.memory().free
ArrayBuffer
Or I'll just do it via trial + error and put the hardcoded numbers in...
@ChristianW started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Maybe I'll just switch back to RAM and just use binary, reserved data for now.
Is there a way to safely acquire memory without crashing the system?
Something like:
process.memory().free
ArrayBuffer
can get (any clues here?)Or I'll just do it via trial + error and put the hardcoded numbers in...