Skip to content

Commit

Permalink
Remove now unused methods.
Browse files Browse the repository at this point in the history
  • Loading branch information
follower committed Dec 13, 2010
1 parent d198437 commit 93e7a4a
Showing 1 changed file with 0 additions and 31 deletions.
31 changes: 0 additions & 31 deletions src/WiFly/WiFlyDevice.cpp
Expand Up @@ -158,22 +158,6 @@ boolean WiFlyDevice::enterCommandMode(boolean isAfterBoot) {



void WiFlyDevice::attemptSwitchToCommandMode() {
/*
*/

DEBUG_LOG(2, "Entered attemptSwitchToCommandMode");

// Exit command mode if we haven't already
uart.println("");
uart.println("exit");

// Attempt to enter command mode
uart.flush();
uart.print("$$$");
}


void WiFlyDevice::skipRemainderOfResponse() {
/*
*/
Expand Down Expand Up @@ -229,21 +213,6 @@ void WiFlyDevice::begin() {
// TODO: Create a `begin()` that allows IP etc to be supplied.


void WiFlyDevice::switchToCommandMode() {
/*
*/

DEBUG_LOG(1, "Entered switchToCommandMode");

attemptSwitchToCommandMode();

while (!responseMatched("CMD")) {
skipRemainderOfResponse(); // TODO: Is this necessary?
attemptSwitchToCommandMode();
}
}



#define SOFTWARE_REBOOT_RETRY_ATTEMPTS 5

Expand Down

0 comments on commit 93e7a4a

Please sign in to comment.