mirror of
https://github.com/gillham/logic_analyzer.git
synced 2026-05-01 15:10:43 +03:00
ols.profile-*: Reverse IO order received in config
Fixed reverseOrder and comments As per this post: http://dangerousprototypes.com/forum/viewtopic.php?f=57&t=2432 The comment talking about device.samples.reverseOrder is reversed. I have fixed the order and the comment and tested.
This commit is contained in:
@@ -45,7 +45,7 @@ device.open.portdtr = true
|
|||||||
# Which metadata keys correspond to this device profile? Value is a comma-separated list of (double quoted) names...
|
# Which metadata keys correspond to this device profile? Value is a comma-separated list of (double quoted) names...
|
||||||
device.metadata.keys = "AGLAv0"
|
device.metadata.keys = "AGLAv0"
|
||||||
|
|
||||||
# In which order are samples sent back from the device? true = last sample first, false = first sample first
|
# In which order are samples sent back from the device? false = last sample first, true = first sample first
|
||||||
device.samples.reverseOrder = false
|
device.samples.reverseOrder = true
|
||||||
|
|
||||||
###EOF###
|
###EOF###
|
||||||
|
|||||||
@@ -45,7 +45,7 @@ device.open.portdtr = true
|
|||||||
# Which metadata keys correspond to this device profile? Value is a comma-separated list of (double quoted) names...
|
# Which metadata keys correspond to this device profile? Value is a comma-separated list of (double quoted) names...
|
||||||
device.metadata.keys = "AGLAMv0"
|
device.metadata.keys = "AGLAMv0"
|
||||||
|
|
||||||
# In which order are samples sent back from the device? true = last sample first, false = first sample first
|
# In which order are samples sent back from the device? false = last sample first, true = first sample first
|
||||||
device.samples.reverseOrder = false
|
device.samples.reverseOrder = true
|
||||||
|
|
||||||
###EOF###
|
###EOF###
|
||||||
|
|||||||
Reference in New Issue
Block a user