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
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -374,7 +374,7 @@ struct struct_settings {
374
374
boollogA13= false;
375
375
boollogA32= false;
376
376
boollogAnalogVoltages= true;
377
-
intlocalUTCOffset=0; //Default to UTC because we should
377
+
floatlocalUTCOffset=0; //Default to UTC because we should. Support offsets in 15 minute increments.
378
378
boolprintDebugMessages= false;
379
379
#if(HARDWARE_VERSION_MAJOR==0)
380
380
boolpowerDownQwiicBusBetweenReads= false; // For the SparkX (black) board: default to leaving the Qwiic power enabled during sleep and powerDown to prevent a brown-out.
0 commit comments