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
@@ -424,6 +424,7 @@ struct struct_settings {
424
424
unsigned long minimumAwakeTimeMillis=0; // Set to greater than zero to keep the Artemis awake for this long between sleeps
425
425
boolidentifyBioSensorHubs= false; // If true, Bio Sensor Hubs (Pulse Oximeters) will be included in autoDetect (requires exclusive use of pins 32 and 11)
426
426
boolserialTxRxDuringSleep= false; // If true, the Serial Tx and Rx pins are left enabled during sleep - to prevent the COM port reinitializing
427
+
boolprintGNSSDebugMessages= false;
427
428
} settings;
428
429
429
430
//These are the devices on board OpenLog that may be on or offline.
0 commit comments