-
• #27
I don't know - it should have got that, since it's got a newline before and after. If it's printing it then it's in the buffer and hasn't lost it. Perhaps it just takes longer to boot than Espruino expects - although Espruino does leave 10 seconds?
Ok, with the following code:
I see the following:
so there is definitely 'ready' in there, but I guess Espruino is missing it because of the full buffer?
I've hacked in a workaround for now. Calling
AT+RST
myself, waiting for the junk callback and then handing off toEspruino_WiFi
module to do a normal initialisation.