Skip to content

Commit

Permalink
Critical fix for boilerhub not operating boiler
Browse files Browse the repository at this point in the history
  • Loading branch information
Denzo77 authored Nov 6, 2017
1 parent f3efc9a commit 3e8700d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Arduino/hardware/REV10/REV10SecureBHR/REV10SecureBHR.ino
Original file line number Diff line number Diff line change
Expand Up @@ -768,6 +768,9 @@ void loop()
// Conversely, if not true, should have time to safely log outputs, etc.
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());

// 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.
// DHD20130425: waking up from sleep and getting to start processing below this block may take >10ms.
Expand Down

0 comments on commit 3e8700d

Please sign in to comment.