1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-02-19 13:54:23 +01:00

using new run-bridge script

This commit is contained in:
Federico Fissore 2013-06-03 11:50:46 +02:00
parent 2e05fbe7c8
commit b8486c287f

View File

@ -42,9 +42,7 @@ void BridgeClass::begin() {
delay(500);
// Wait for OpenWRT message
// "Press enter to activate console"
print(F("\ncd /usr/lib/python2.7/bridge\n"));
delay(100);
print(F("python -B bridge.py\n"));
print(F("run-bridge\n"));
delay(1000);
dropAll();