Skip to content

Commit

Permalink
Remove leftovers in TelnetServer sample. (#2690)
Browse files Browse the repository at this point in the history
  • Loading branch information
slaff authored Dec 13, 2023
1 parent e0ef139 commit 7cd0f60
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,17 +52,14 @@ void init()
{
Serial.begin(SERIAL_BAUD_RATE); // 115200 by default
Serial.systemDebugOutput(true); // Enable debug output to serial

// Process commands from serial
commandHandler.setVerbose(true);
CommandProcessing::enable(commandHandler, Serial);

WifiStation.enable(true);
WifiStation.config(WIFI_SSID, WIFI_PWD);
WifiAccessPoint.enable(false);

WifiEvents.onStationGotIP(gotIP);

// set command handlers for cam
// set command handlers
initCommands();
}

0 comments on commit 7cd0f60

Please sign in to comment.