aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSelene ToyKeeper2017-08-27 21:45:20 -0600
committerSelene ToyKeeper2017-08-27 21:45:20 -0600
commit3eb0e1d020d689b7ae4b0d1c7777f9158e91a6ec (patch)
treeb4aa1e281e2e8ec0a22827f78e3963778b3adfad
parentAdded bike flasher. (diff)
downloadanduril-3eb0e1d020d689b7ae4b0d1c7777f9158e91a6ec.tar.gz
anduril-3eb0e1d020d689b7ae4b0d1c7777f9158e91a6ec.tar.bz2
anduril-3eb0e1d020d689b7ae4b0d1c7777f9158e91a6ec.zip
Remembered to put the thermal ceiling back at a sane value.
UI idea updates.
-rw-r--r--spaghetti-monster/anduril.c2
-rw-r--r--spaghetti-monster/anduril.txt7
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?