Skip to content

Commit

Permalink
Merge pull request #229 from Denzo77/master
Browse files Browse the repository at this point in the history
small fix
  • Loading branch information
Denzo77 authored Dec 18, 2020
2 parents 48197c0 + 05a1d1a commit 3c7eb00
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions content/OTRadioLink/utility/OTRadValve_Parameters.h
Original file line number Diff line number Diff line change
Expand Up @@ -235,8 +235,6 @@ namespace OTRadValve

// Default 'BAKE' minutes, ie time to crank heating up to BAKE setting (minutes, strictly positive, <255).
static constexpr uint8_t DEFAULT_BAKE_MAX_M = 31;
// FIXME: This works because we collect twice an hour, but is not parametric.
static_assert(DEFAULT_BAKE_MAX_M > 30, "Bake period must last at least one stats collection cycle");

// Default typical minimum valve percentage open to be considered actually/significantly open; [1,99].
// Anything like this will usually be shut or very minimal flows.
Expand Down

0 comments on commit 3c7eb00

Please sign in to comment.