aboutsummaryrefslogtreecommitdiff
path: root/spaghetti-monster
diff options
context:
space:
mode:
authorSelene ToyKeeper2021-08-12 22:00:14 -0600
committerSelene ToyKeeper2021-08-12 22:00:14 -0600
commit5b2fd8aec2a9d6f98c9608123d4df416de29654e (patch)
treeed72e689e8ac778972df0ddc6383beb6bbb7f2e4 /spaghetti-monster
parentgot PFM / dynamic PWM actually working on Noctigon KR4 (diff)
downloadanduril-5b2fd8aec2a9d6f98c9608123d4df416de29654e.tar.gz
anduril-5b2fd8aec2a9d6f98c9608123d4df416de29654e.tar.bz2
anduril-5b2fd8aec2a9d6f98c9608123d4df416de29654e.zip
KR4 thermal regulation no longer needs overrides, because dynamic PWM makes the defaults work better
(the overrides were mostly needed as a side effect of having 1024 PWM steps instead of 256)
Diffstat (limited to 'spaghetti-monster')
-rw-r--r--spaghetti-monster/anduril/cfg-noctigon-kr4.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/spaghetti-monster/anduril/cfg-noctigon-kr4.h b/spaghetti-monster/anduril/cfg-noctigon-kr4.h
index f5625c7..7432cdd 100644
--- a/spaghetti-monster/anduril/cfg-noctigon-kr4.h
+++ b/spaghetti-monster/anduril/cfg-noctigon-kr4.h
@@ -58,8 +58,9 @@
// stop panicking at ~1300 lm
#define THERM_FASTER_LEVEL 120
#define MIN_THERM_STEPDOWN 66 // must be > end of dynamic PWM range
-#define THERM_NEXT_WARNING_THRESHOLD 16 // accumulate less error before adjusting
-#define THERM_RESPONSE_MAGNITUDE 128 // bigger adjustments
+// no longer needed, after switching to dynamic PWM
+//#define THERM_NEXT_WARNING_THRESHOLD 16 // accumulate less error before adjusting
+//#define THERM_RESPONSE_MAGNITUDE 128 // bigger adjustments
// slow down party strobe; this driver can't pulse for 1ms or less
// (only needed on no-FET build)
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.