From 3eb0e1d020d689b7ae4b0d1c7777f9158e91a6ec Mon Sep 17 00:00:00 2001 From: Selene ToyKeeper Date: Sun, 27 Aug 2017 21:45:20 -0600 Subject: Remembered to put the thermal ceiling back at a sane value. UI idea updates. --- spaghetti-monster/anduril.c | 2 +- spaghetti-monster/anduril.txt | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/spaghetti-monster/anduril.c b/spaghetti-monster/anduril.c index daafa90..6d25afa 100644 --- a/spaghetti-monster/anduril.c +++ b/spaghetti-monster/anduril.c @@ -21,7 +21,7 @@ #define FSM_EMISAR_D4_LAYOUT #define USE_LVP #define USE_THERMAL_REGULATION -#define DEFAULT_THERM_CEIL 32 +#define DEFAULT_THERM_CEIL 45 #define USE_DELAY_MS #define USE_DELAY_4MS #define USE_DELAY_ZERO diff --git a/spaghetti-monster/anduril.txt b/spaghetti-monster/anduril.txt index 725ebfb..23466af 100644 --- a/spaghetti-monster/anduril.txt +++ b/spaghetti-monster/anduril.txt @@ -49,7 +49,11 @@ Battcheck mode: Tempcheck mode: * 1 click: off - 2 clicks: beacon mode - - Hold: thermal calibration + - Hold: thermal calibration mode + +Thermal calibration mode: + - Hold until hot: set new ceiling value + - ... don't hold: blink out current ceiling value and exit Beacon mode: - 1 click: off @@ -66,4 +70,5 @@ Momentary mode: TODO: * save settings in eeprom - a way to blink out the firmware version? + - indicator LED support - a way to configure indicator LED behavior? -- cgit v1.2.3