(in continue) As former test-engineer, I see some strange behavour of ESP-12F under heavy JS-code (over 10050 bytes - this is reached maximum!).
Issue - dead wifi.scan() after several minutes of periodic calls, i.e. this function does not return any data (blank array).
Solution to fix it - wifi.connect('111');wifi.disconnect(). here '111' is fake AP name.
Any thoughts will be very appreciated. Thank you!
@MSol 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.
(in continue)
As former test-engineer, I see some strange behavour of ESP-12F under heavy JS-code (over 10050 bytes - this is reached maximum!).
Issue - dead wifi.scan() after several minutes of periodic calls, i.e. this function does not return any data (blank array).
Solution to fix it - wifi.connect('111');wifi.disconnect(). here '111' is fake AP name.
Any thoughts will be very appreciated. Thank you!