mirror of
https://github.com/gillham/logic_analyzer.git
synced 2026-05-02 08:35:21 +03:00
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:
@@ -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...
|
||||
|
||||
Reference in New Issue
Block a user