Can you post up the code you're using to try and connect?
And this is definitely on an Espruino Pico? The fact that your module has 0.40 now is great - that should work without a problem - so it should just be an issue with how Serial is set up or the Baud rate used.
You could also try wifi.getVersion(print) - this does basically what you were doing before, but in the module. If that doesn't work then it might help to narrow down what's wrong
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.
Can you post up the code you're using to try and connect?
And this is definitely on an Espruino Pico? The fact that your module has
0.40
now is great - that should work without a problem - so it should just be an issue with how Serial is set up or the Baud rate used.You could also try
wifi.getVersion(print)
- this does basically what you were doing before, but in the module. If that doesn't work then it might help to narrow down what's wrong