Skip to content

Commit

Permalink
Add TODO regarding timeouts.
Browse files Browse the repository at this point in the history
  • Loading branch information
follower committed Dec 17, 2010
1 parent 8944acf commit d78773e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/WiFly/WiFlyDevice.cpp
Expand Up @@ -15,6 +15,9 @@ boolean WiFlyDevice::findInResponse(const char *toMatch,
// TODO: Change 'sendCommand' to use 'findInResponse' and have timeouts,
// and then use 'sendCommand' in routines that call 'findInResponse'?

// TODO: Don't reset timer after successful character read? Or have two
// types of timeout?

int byteRead;

unsigned int timeOutTarget; // in milliseconds
Expand Down

0 comments on commit d78773e

Please sign in to comment.