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:
Scott Penrose
2012-02-03 15:57:04 +11:00
parent 7173e83e14
commit 3c69ec10a1
2 changed files with 4 additions and 4 deletions

View File

@@ -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###

View File

@@ -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###