Skip to content

Commit 20d936d

Browse files
authored
Switch LPS28 to full range
1 parent abf14e0 commit 20d936d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/i2c/drivers/WipperSnapper_I2C_Driver_LPS28DFW.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ class WipperSnapper_I2C_Driver_LPS28DFW : public WipperSnapper_I2C_Driver {
7171
WS_DEBUG_PRINTLN("Failed to set averaging");
7272
return false;
7373
}
74-
if (!_lps28->setFullScaleMode(false)) {
74+
if (!_lps28->setFullScaleMode(true)) {
7575
WS_DEBUG_PRINTLN("Failed to set 4060hPa max mode");
7676
return false;
7777
}

0 commit comments

Comments
 (0)