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
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -423,7 +423,8 @@ struct struct_settings {
423
423
unsigned long minimumAwakeTimeMillis=0; // Set to greater than zero to keep the Artemis awake for this long between sleeps
424
424
boolidentifyBioSensorHubs= false; // If true, Bio Sensor Hubs (Pulse Oximeters) will be included in autoDetect (requires exclusive use of pins 32 and 11)
425
425
boolserialTxRxDuringSleep= false; // If true, the Serial Tx and Rx pins are left enabled during sleep - to prevent the COM port reinitializing
426
-
boolprintGNSSDebugMessages= false;
426
+
boolprintGNSSDebugMessages= false; // If true, the GNSS library debug messages are enabled
427
+
boolopenMenuWithPrintable= false; // If true, only a printable char can open the main menu. Chars < 9 (Tab) are ignored
427
428
} settings;
428
429
429
430
//These are the devices on board OpenLog that may be on or offline.
0 commit comments