1
0
forked from me/IronOS

Add toggle for power display

This commit is contained in:
Ben V. Brown
2017-07-26 09:47:26 +10:00
parent 2e823b6594
commit 965a0890cb
2 changed files with 18 additions and 3 deletions

View File

@@ -30,7 +30,7 @@ typedef enum {
TEMPCAL, //Cal tip temp offset
} operatingModeEnum;
#define SETTINGSOPTIONSCOUNT 10 /*Number of settings in the settings menu*/
#define SETTINGSOPTIONSCOUNT 11 /*Number of settings in the settings menu*/
typedef enum {
UVCO = 0,
@@ -44,6 +44,7 @@ typedef enum {
LEFTY,
BOOSTMODE,
BOOSTTEMP,
POWERDISPLAY,
} settingsPageEnum;
void ProcessUI();