[Git][NTPsec/ntpsec][master] makeheat: offset was a bad idea
Gary E. Miller
gitlab at mg.gitlab.com
Thu Feb 2 00:40:09 UTC 2017
Gary E. Miller pushed to branch master at NTPsec / ntpsec
Commits:
4bbffbdf by Gary E. Miller at 2017-02-01T16:39:37-08:00
makeheat: offset was a bad idea
- - - - -
1 changed file:
- contrib/makeheat
Changes:
=====================================
contrib/makeheat
=====================================
--- a/contrib/makeheat
+++ b/contrib/makeheat
@@ -43,7 +43,7 @@ m = hashlib.md5()
temp = 0
max_cnt = args.wait[0] * 200000
# on a RasPi 3 the temp steps seem to be about 0.537 to 0.539C
-temp_gate = args.target_temp[0] - 1.2
+temp_gate = args.target_temp[0]
while True:
# on a RasPi 3, 200,000 of the m.update() can be one second
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/4bbffbdf0b6d6b137e4500cdd5f1ece99fab9218
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ntpsec.org/pipermail/vc/attachments/20170202/2798ffed/attachment.html>
More information about the vc
mailing list