1
0
forked from me/IronOS

Inital work on boost mode

This commit is contained in:
Ben V. Brown
2017-07-08 22:36:49 +10:00
parent 7b4f467eec
commit fa717b2741
5 changed files with 35 additions and 19 deletions

View File

@@ -29,7 +29,7 @@ enum {
TEMPCAL, //Cal tip temp offset
} operatingMode;
#define SETTINGSOPTIONSCOUNT 9 /*Number of settings in the settings menu*/
#define SETTINGSOPTIONSCOUNT 10 /*Number of settings in the settings menu*/
enum {
UVCO = 0,
@@ -42,6 +42,7 @@ enum {
TEMPROUNDING,
DISPUPDATERATE,
LEFTY,
BOOSTMODE,
} settingsPage;
void ProcessUI();