try to enter tty mode
This commit is contained in:
parent
a809eda860
commit
2037297352
@ -11,7 +11,7 @@ print('driver name'+str(brl.driverName))
|
|||||||
t = time.time()
|
t = time.time()
|
||||||
while(time.time() - t <= 5):
|
while(time.time() - t <= 5):
|
||||||
try:
|
try:
|
||||||
brl.writeText(0,'this is a 5 second test')
|
brl.writeText('this is a 5 second test')
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
print(e)
|
print(e)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user