Bridge: updated startup procedure

This commit is contained in:
Cristian Maglie 2013-06-07 17:39:30 +02:00
parent 37da7c8294
commit 0541c2663a
1 changed files with 3 additions and 2 deletions

View File

@ -38,12 +38,13 @@ void BridgeClass::begin() {
// Bridge startup:
// - If the bridge is not running starts it safely
print(CTRL_C);
delay(250);
print(F("\n"));
delay(500);
delay(1000);
// Wait for OpenWRT message
// "Press enter to activate console"
print(F("run-bridge\n"));
delay(1000);
delay(500);
dropAll();
// - If the bridge was already running previous commands