You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • Does the log keep getting bigger? readFile reads the whole file into a string, so if that ever got too big it would explain the out of memory errors.

    You can instead use E.openFile and pipe to serve up the file a bit at a time. I believe there are some examples on the CC3000 or Internet pages.

About

Avatar for Gordon @Gordon started