1
0
forked from me/IronOS

Add blinking temp

Adds blinking temp
#39
This commit is contained in:
Ben V. Brown
2017-08-08 21:00:41 +10:00
parent 1822cece90
commit c0f2a4991a
12 changed files with 219 additions and 58 deletions

View File

@@ -36,9 +36,9 @@ typedef enum {
} operatingModeEnum;
//#define PIDTUNING
#ifdef PIDTUNING
#define SETTINGSOPTIONSCOUNT (12+3) /*Number of settings in the settings menu*/
#define SETTINGSOPTIONSCOUNT (13+3) /*Number of settings in the settings menu*/
#else
#define SETTINGSOPTIONSCOUNT (12) /*Number of settings in the settings menu*/
#define SETTINGSOPTIONSCOUNT (13) /*Number of settings in the settings menu*/
#endif
typedef enum {
UVCO = 0,
@@ -54,6 +54,7 @@ typedef enum {
BOOSTTEMP,
POWERDISPLAY,
AUTOSTART,
COOLINGBLINK,
#ifdef PIDTUNING
PIDP,
PIDI,