mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-17 22:23:10 +03:00
using new run-bridge script
This commit is contained in:
@ -42,9 +42,7 @@ void BridgeClass::begin() {
|
|||||||
delay(500);
|
delay(500);
|
||||||
// Wait for OpenWRT message
|
// Wait for OpenWRT message
|
||||||
// "Press enter to activate console"
|
// "Press enter to activate console"
|
||||||
print(F("\ncd /usr/lib/python2.7/bridge\n"));
|
print(F("run-bridge\n"));
|
||||||
delay(100);
|
|
||||||
print(F("python -B bridge.py\n"));
|
|
||||||
delay(1000);
|
delay(1000);
|
||||||
dropAll();
|
dropAll();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user