Hi I can't replicate this. I have 34 APs available in my location. Following a reset() and wifi.scan() , process.memory().free reports 1649 jsvars.
reset()
wifi.scan()
process.memory().free
Maybe the issue is what you are doing with the data post-scan? Can you provide more info on what your code is doing?
@Ollie 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.
Hi I can't replicate this. I have 34 APs available in my location. Following a
reset()
andwifi.scan()
,process.memory().free
reports 1649 jsvars.Maybe the issue is what you are doing with the data post-scan? Can you provide more info on what your code is doing?