sensor result structure modified

Revision:
54:31921ad29828
Parent:
46:2c697a0cbbed
Child:
55:215da406282b
--- a/bridge_4w_load_cell_config.c	Wed Feb 19 09:09:59 2020 +0000
+++ b/bridge_4w_load_cell_config.c	Wed Feb 19 10:08:13 2020 +0000
@@ -68,14 +68,14 @@
                 .enableChannel = true,
                 .disablePublishing = false,
                 .compensationChannel = ADMW1001_CH_ID_NONE,
-                .lutSelect = ADMW1001_LUT_DEFAULT,
+                .lutSelect = ADMW1001_LUT_CUSTOM,
                 .measurementUnit = ADMW1001_MEASUREMENT_UNIT_UNSPECIFIED,
                 .lowThreshold = 0,
                 .highThreshold = 45359.2,
                 .offsetAdjustment = 0.0,
                 .gainAdjustment = 0.0,
                 .sensorParameter = 0.0,
-                .measurementsPerCycle = 1,
+                .measurementsPerCycle = 10,
                 .cycleSkipCount = 0,
                 .extraSettlingTime = 5,
                 .priority = 0,