V1.09 - Add display update mode
Adds the following modes for display update: Fast (old style) Slow (1Hz) Rounded (Only shows to 10C increments) None (No temp, just symbol)
This commit is contained in:
@@ -29,6 +29,7 @@ enum {
|
||||
TEMPCAL, //Cal tip temp offset
|
||||
|
||||
} operatingMode;
|
||||
#define SETTINGSOPTIONSCOUNT 8 /*Number of settings in the settings menu*/
|
||||
|
||||
enum {
|
||||
UVCO = 0,
|
||||
@@ -38,6 +39,7 @@ enum {
|
||||
MOTIONDETECT,
|
||||
MOTIONSENSITIVITY,
|
||||
TEMPDISPLAY,
|
||||
DISPLAYMODE,
|
||||
LEFTY,
|
||||
} settingsPage;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user