You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • Thanks! The one that's the big issue here is 16384 (that's the 'startup' code so if that fails the Cc3000 has failed to reboot). I thought I'd changed that though so that if it failed it would keep retrying it - are you using the latest firmware?

    If you're interested, the codes come from: https://github.com/espruino/Espruino/blo­b/master/libs/network/cc3000/hci.h

    4104 is socket select which is something that should always return immediately - so the fact that it's not means we definitely need a restart. However 4112 is gethostname, which you might expect would take a long time sometimes? I wonder whether I should have a longer timeout for that.

About

Avatar for Gordon @Gordon started