From afec893eb41e52dea0f28d56fce331b67030abe1 Mon Sep 17 00:00:00 2001 From: Tom Keffer Date: Tue, 9 Jul 2019 11:48:50 -0700 Subject: [PATCH] Do not upgrade v4 weewx.conf files to have growing_base. At least not yet. --- bin/weecfg/__init__.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/bin/weecfg/__init__.py b/bin/weecfg/__init__.py index ae215502..3cf667da 100644 --- a/bin/weecfg/__init__.py +++ b/bin/weecfg/__init__.py @@ -1744,8 +1744,6 @@ Defaults = UnitDefaults + u""" heating_base = 65, degree_F # Base temperature for cooling days, with unit: cooling_base = 65, degree_F - # Base temperature for growing days, with unit: - growing_base = 50, degree_F # A trend takes a difference across a time period. The following # section sets the time period, and how big an error is allowed to