Until an official release do:
- Using SSH or YunSerialTerminal, connect to the linux side of the yun.
- Edit file /usr/bin/run-bridge, changing "python bridge.py" with "python -u bridge.py" (ie: add a "-u" to the command line)
- Edit file /usr/bin/kill-bridge, again changing "python bridge.py" with "python -u bridge.py" (ie: add a "-u" to the command line)
- Type kill-bridge and re-run your sketch
No comments:
Post a Comment