diff options
| -rw-r--r-- | spaghetti-monster/anduril.c | 2 | ||||
| -rw-r--r-- | 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? |
