Ahh - yes, I think it might be outputting at the wrong baud rate right after it starts? Odd that you still get problems though.
You'd need to do: wifi.at.cmd("AT+GMR\r\n",1000,print) as is in the post (with the extra .cmd in it).
I made a mistake when I initially posted, and then corrected it 30 secs later - maybe you copied the code from the notification e-mail you got, which wouldn't have updated?
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.
Ahh - yes, I think it might be outputting at the wrong baud rate right after it starts? Odd that you still get problems though.
You'd need to do:
wifi.at.cmd("AT+GMR\r\n",1000,print)
as is in the post (with the extra.cmd
in it).I made a mistake when I initially posted, and then corrected it 30 secs later - maybe you copied the code from the notification e-mail you got, which wouldn't have updated?