From 393ce4fe0c0ece32e407440a8857fb1e37b91b89 Mon Sep 17 00:00:00 2001 From: Travis Goodspeed Date: Tue, 3 Jul 2018 10:40:22 -0400 Subject: [PATCH] Default calibration of -28 seems best on all my units. Close #93. --- firmware/configtemplate.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/firmware/configtemplate.h b/firmware/configtemplate.h index bfd51a0..77d8153 100644 --- a/firmware/configtemplate.h +++ b/firmware/configtemplate.h @@ -8,3 +8,5 @@ // Uncomment this to emulate the SET button by holding + and - at once. //#define EMULATESET +//Uncomment this to set the default RTC Calibration. Positive is slow, negative is fast. +#define RTCCALIBRATE -28