1
0
forked from me/IronOS

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:
Ben V. Brown
2017-07-07 19:20:52 +10:00
parent 13603d8db6
commit f3156e88dc
5 changed files with 66 additions and 16 deletions

View File

@@ -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;