mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 18:17:13 +02:00
Wait for 400ms after touching serial port (fix SAM-BA issue)
This commit is contained in:
@ -48,6 +48,7 @@ def TouchSerialPort(env, port, baudrate):
|
||||
s.close()
|
||||
except: # pylint: disable=W0702
|
||||
pass
|
||||
sleep(0.4)
|
||||
|
||||
|
||||
def WaitForNewSerialPort(env, before):
|
||||
|
Reference in New Issue
Block a user