Hi Gordon,
I am trying to update my application over the air... to do that i am reducing my application size by keeping module in the main firmware.....
coming to Out of memory..... if i am using" Nrf.Sendstring();" i am facing the problem...when i am calling this i am checking "process.memory().usage" it is continuously decrementing....
how to control this.....
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.
Hi Gordon,
I am trying to update my application over the air... to do that i am reducing my application size by keeping module in the main firmware.....
coming to Out of memory..... if i am using" Nrf.Sendstring();" i am facing the problem...when i am calling this i am checking "process.memory().usage" it is continuously decrementing....
how to control this.....