mirror of
https://github.com/lowobservable/oec.git
synced 2026-01-11 23:53:04 +00:00
Add COAX_FAST_START option for new interface
This commit is contained in:
parent
aa61ca7c66
commit
7187abf32a
@ -39,8 +39,10 @@ def _create_interface(args):
|
||||
serial.reset_input_buffer()
|
||||
serial.reset_output_buffer()
|
||||
|
||||
# Allow the interface firmware time to start.
|
||||
time.sleep(3)
|
||||
# Allow the interface firmware time to start, this is only required for the
|
||||
# original Arduino Mega based interface.
|
||||
if 'COAX_FAST_START' not in os.environ:
|
||||
time.sleep(3)
|
||||
|
||||
interface = SerialInterface(serial)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user