mirror of
https://github.com/lowobservable/coax.git
synced 2026-03-01 09:51:30 +00:00
Add interface2
This commit is contained in:
@@ -19,9 +19,10 @@ def create_serial():
|
||||
return serial
|
||||
|
||||
def create_interface(serial, reset=True, poll_flush=True):
|
||||
print('Sleeping to allow interface time to wake up...')
|
||||
if 'COAX_FAST_START' not in os.environ:
|
||||
print('Sleeping to allow interface time to wake up...')
|
||||
|
||||
time.sleep(3)
|
||||
time.sleep(3)
|
||||
|
||||
interface = SerialInterface(serial)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user