ols.profile-aglam.cfg: Increased delay time

On testing a number of Arduino Mega boards, I found the device missing error.
Now it seems to be always working if you set it to 2000.
This commit is contained in:
Scott Penrose
2012-02-03 15:55:24 +11:00
parent 5ec7aa1b51
commit 7173e83e14

View File

@@ -39,7 +39,7 @@ device.capturesize.bound = false
device.channel.numberingschemes = DEFAULT
# Is a delay after opening the port and device detection needed? (0 = no delay, >0 = delay in milliseconds)
device.open.portdelay = 1000
device.open.portdelay = 2000
# Does the device need a high or low DTR-line to operate correctly? (high = true, low = false)
device.open.portdtr = true
# Which metadata keys correspond to this device profile? Value is a comma-separated list of (double quoted) names...