Commit forgotten changes

git-svn-id: http://moon:8086/svn/software/trunk/projects/opencv@356 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2018-06-11 19:00:42 +00:00
parent f36a2f1a78
commit 86443f76e2
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -88,7 +88,7 @@ class Port(object):
except Exception as e:
print ("Can't connect to " + self._port_str)
raise (e)
# raise (e)
try:
self.sock = serial.Serial(port=self._port_str,
+2 -2
View File
@@ -3,8 +3,8 @@ import struct
import math
import ev3 as ev3
#addr = '/dev/rfcomm0'
addr = "127.0.0.1:5555"
addr = '/dev/rfcomm0'
#addr = "127.0.0.1:5555"
if ("__main__" == __name__):
with ev3.EV3(addr) as brick: