From 30b6ebf281944b8b699af96acfbbab19a4c4fb9b Mon Sep 17 00:00:00 2001 From: Denzo77 Date: Mon, 6 Nov 2017 11:25:36 +0000 Subject: [PATCH] and make sure it compiles... --- Arduino/hardware/REV10/REV10SecureBHR/REV10SecureBHR.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Arduino/hardware/REV10/REV10SecureBHR/REV10SecureBHR.ino b/Arduino/hardware/REV10/REV10SecureBHR/REV10SecureBHR.ino index 539310fa..ee932242 100644 --- a/Arduino/hardware/REV10/REV10SecureBHR/REV10SecureBHR.ino +++ b/Arduino/hardware/REV10/REV10SecureBHR/REV10SecureBHR.ino @@ -769,7 +769,7 @@ void loop() const uint8_t nearOverrunThreshold = OTV0P2BASE::GSCT_MAX - 8; // ~64ms/~32 serial TX chars of grace time... // Update internal boiler hub state and - BoilerHub.processCallsForHeat(second0, hubManager.inHubMode()); + BoilerHub.processCallsForHeat((0 == TIME_LSD), hubManager.inHubMode()); // Sleep in low-power mode (waiting for interrupts) until seconds roll. // NOTE: sleep at the top of the loop to minimise timing jitter/delay from Arduino background activity after loop() returns.