Skip to content

Commit

Permalink
Add additional debugging statements for tracing program flow.
Browse files Browse the repository at this point in the history
  • Loading branch information
follower committed Dec 17, 2010
1 parent d78773e commit b3ae0a0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/WiFly/WiFlyDevice.cpp
Expand Up @@ -287,6 +287,10 @@ boolean WiFlyDevice::sendCommand(const char *command,
const char *expectedResponse = "AOK") {
/*
*/
DEBUG_LOG(1, "Entered sendCommand");
DEBUG_LOG(2, "Command:");
DEBUG_LOG(2, command);

uart.print(command);

if (!isMultipartCommand) {
Expand Down

0 comments on commit b3ae0a0

Please sign in to comment.