You are reading a single comment by @MSol and its replies. Click here to read the full conversation.
  • Hello,

    I have ESP12F module with Espruino v1.89 and two versions of test code, around 11K and 0.1K compressed bytes accordingly.

    To test I use console of Espruino Web IDE and I am entering command:

    wifi.scan(console.log)
    

    There is strange behaviour.
    Test 1) 0.1K code size - found 5 pcs AP always.
    Test 2) 10K code size - found just one AP.

    - It seems, the number of detected AP depends on the size of JS code. Can it be the true?

About

Avatar for MSol @MSol started