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);
|
||||
// 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();
|
||||
|
||||
|
Reference in New Issue
Block a user