Click in the window and hit enter, and see if it does anything. Sometimes the > doesn't display correctly on connect.
To rule out web-ide weirdness, exit all chrome windows, plus the webIDE and restart it.
Assuming it's not that, maybe your OnInit() is doing something bad? Hit reset followed immediately by btn1 (not at the same time, as that will put it into bootloader mode, but right after), it will not run the stored program or call OnInit() - and hopefully that's what's causing your issue.
Edit: Reading your other thread, I wager that you're trying to do something with the CC3000 in onInit(), and it's choking on that (maybe it doesn't like being called immediately on startup?) Have you let it sit after starting for long enough for whatever it's trying to do to have timed out?
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.
Click in the window and hit enter, and see if it does anything. Sometimes the > doesn't display correctly on connect.
To rule out web-ide weirdness, exit all chrome windows, plus the webIDE and restart it.
Assuming it's not that, maybe your OnInit() is doing something bad? Hit reset followed immediately by btn1 (not at the same time, as that will put it into bootloader mode, but right after), it will not run the stored program or call OnInit() - and hopefully that's what's causing your issue.
Edit: Reading your other thread, I wager that you're trying to do something with the CC3000 in onInit(), and it's choking on that (maybe it doesn't like being called immediately on startup?) Have you let it sit after starting for long enough for whatever it's trying to do to have timed out?