Revert "iio: light: veml6030: fix ALS sensor resolution"
This reverts commit 1e4429e60a
.
This commit is contained in:
parent
fd58af9215
commit
845b5cd07c
1 changed files with 1 additions and 1 deletions
|
@ -780,7 +780,7 @@ static int veml6030_hw_init(struct iio_dev *indio_dev)
|
|||
|
||||
/* Cache currently active measurement parameters */
|
||||
data->cur_gain = 3;
|
||||
data->cur_resolution = 5376;
|
||||
data->cur_resolution = 4608;
|
||||
data->cur_integration_time = 3;
|
||||
|
||||
return ret;
|
||||
|
|
Loading…
Add table
Reference in a new issue