aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSelene ToyKeeper2023-10-10 23:58:38 -0600
committerSelene ToyKeeper2023-10-10 23:58:38 -0600
commit06e238bd72c2ecafa5d5a1ac8cc643bd2438ff6b (patch)
treea933608383d8a6d79f2a03b31e32ccb3abfcb74a
parentconverted mateminco-mf01-mini build to new API (diff)
downloadanduril-06e238bd72c2ecafa5d5a1ac8cc643bd2438ff6b.tar.gz
anduril-06e238bd72c2ecafa5d5a1ac8cc643bd2438ff6b.tar.bz2
anduril-06e238bd72c2ecafa5d5a1ac8cc643bd2438ff6b.zip
emisar-d4: added smooth steps and tactical mode, reduced ramp bump,
removed SOS mode to make room for other stuff
-rw-r--r--spaghetti-monster/anduril/cfg-emisar-d4.h18
1 files changed, 13 insertions, 5 deletions
diff --git a/spaghetti-monster/anduril/cfg-emisar-d4.h b/spaghetti-monster/anduril/cfg-emisar-d4.h
index 4ae5694..4b3ae5a 100644
--- a/spaghetti-monster/anduril/cfg-emisar-d4.h
+++ b/spaghetti-monster/anduril/cfg-emisar-d4.h
@@ -18,7 +18,7 @@
#define MAX_1x7135 65
#define DEFAULT_LEVEL 65
-#define HALFSPEED_LEVEL 14
+#define HALFSPEED_LEVEL 15
#define QUARTERSPEED_LEVEL 6
#define RAMP_SMOOTH_FLOOR 1
@@ -29,12 +29,20 @@
#define RAMP_DISCRETE_STEPS 7
// safe limit ~20% power
-#define SIMPLE_UI_FLOOR RAMP_DISCRETE_FLOOR
-#define SIMPLE_UI_CEIL 95
-#define SIMPLE_UI_STEPS 5
+#define SIMPLE_UI_FLOOR RAMP_DISCRETE_FLOOR
+#define SIMPLE_UI_CEIL 100
+#define SIMPLE_UI_STEPS 5
// stop panicking at ~30% power or ~1200 lm
#define THERM_FASTER_LEVEL 105
+// don't blink during ramp
+#undef BLINK_AT_RAMP_MIDDLE
+
+// enable extra features
+#define USE_SMOOTH_STEPS
+
// too big, turn off extra features
-#undef USE_TACTICAL_MODE
+//#undef USE_TACTICAL_MODE
+#undef USE_SOS_MODE
+
If you find this content useful please consider a small donation via bitcoin: bitcoin:1mxKyQsHHugqRxPKgwaA7wUwJEGCNthn2?amount=0.001&message=Donation Scraping git contents via cgit is very resource intensive. The continued hosting of these git repositories is entirely financed by your bitcoin contributions. For donations of a least 1 mBTC you include your IP address in the message of your bitcoin donation. This will remove this message in the future for requests from your IP, which will significantly reduce token usage. In any case, any contributions to bitcoin address 1mxKyQsHHugqRxPKgwaA7wUwJEGCNthn2 are very welcome. Thanks in advance for you contribution to a self-sustaining ecosystem.