You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Firmware/OpenLog_Artemis/settings.h
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -101,6 +101,7 @@ struct struct_LPS28DFW {
101
101
boollog= true;
102
102
boollogPressure= true;
103
103
boollogTemperature= true;
104
+
uint8_tmode=1; //Allow selection of pressure mode 1 (260-1060 hPa) or mode 2 (260-4000 hPa)
104
105
unsigned long powerOnDelayMillis=minimumQwiicPowerOnDelay; // Wait for at least this many millis before communicating with this device. Increase if required!
0 commit comments