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: // Bridge startup:
// - If the bridge is not running starts it safely // - If the bridge is not running starts it safely
print(CTRL_C); print(CTRL_C);
delay(250);
print(F("\n")); print(F("\n"));
delay(500); delay(1000);
// Wait for OpenWRT message // Wait for OpenWRT message
// "Press enter to activate console" // "Press enter to activate console"
print(F("run-bridge\n")); print(F("run-bridge\n"));
delay(1000); delay(500);
dropAll(); dropAll();
// - If the bridge was already running previous commands // - If the bridge was already running previous commands