From 3c69ec10a106d80fbab890a725a8d440caa6cc35 Mon Sep 17 00:00:00 2001 From: Scott Penrose Date: Fri, 3 Feb 2012 15:57:04 +1100 Subject: [PATCH] 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. --- ols.profile-agla.cfg | 4 ++-- ols.profile-aglam.cfg | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ols.profile-agla.cfg b/ols.profile-agla.cfg index 5b56326..68776d0 100644 --- a/ols.profile-agla.cfg +++ b/ols.profile-agla.cfg @@ -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... device.metadata.keys = "AGLAv0" -# In which order are samples sent back from the device? true = last sample first, false = first sample first -device.samples.reverseOrder = false +# In which order are samples sent back from the device? false = last sample first, true = first sample first +device.samples.reverseOrder = true ###EOF### diff --git a/ols.profile-aglam.cfg b/ols.profile-aglam.cfg index dd9ec79..75e266b 100644 --- a/ols.profile-aglam.cfg +++ b/ols.profile-aglam.cfg @@ -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... device.metadata.keys = "AGLAMv0" -# In which order are samples sent back from the device? true = last sample first, false = first sample first -device.samples.reverseOrder = false +# In which order are samples sent back from the device? false = last sample first, true = first sample first +device.samples.reverseOrder = true ###EOF###