1
0
forked from me/IronOS

Update display speeds and rounding

This commit is contained in:
Ben V. Brown
2017-07-07 21:31:08 +10:00
parent 03f063cbf2
commit 3c6151385f
4 changed files with 96 additions and 62 deletions

View File

@@ -29,7 +29,7 @@ enum {
TEMPCAL, //Cal tip temp offset
} operatingMode;
#define SETTINGSOPTIONSCOUNT 8 /*Number of settings in the settings menu*/
#define SETTINGSOPTIONSCOUNT 9 /*Number of settings in the settings menu*/
enum {
UVCO = 0,
@@ -39,7 +39,8 @@ enum {
MOTIONDETECT,
MOTIONSENSITIVITY,
TEMPDISPLAY,
DISPLAYMODE,
TEMPROUNDING,
DISPUPDATERATE,
LEFTY,
} settingsPage;