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