From 5c8e83e79a929a39238c4e4166e328bebe73f045 Mon Sep 17 00:00:00 2001 From: Matthew Wall Date: Tue, 2 Apr 2013 19:18:08 +0000 Subject: [PATCH] keep each line at 78 characters or fewer for 80-column joy --- weewx.conf | 66 +++++++++++++++++++++++++++--------------------------- 1 file changed, 33 insertions(+), 33 deletions(-) diff --git a/weewx.conf b/weewx.conf index e0b588c0..a666af0c 100644 --- a/weewx.conf +++ b/weewx.conf @@ -1,19 +1,19 @@ -################################################################################ -# # -# WEEWX CONFIGURATION FILE # -# # -################################################################################ -# # -# Copyright (c) 2009-2013 Tom Keffer # -# See the file LICENSE.txt for your full rights. # -# # -################################################################################ +############################################################################## +# # +# WEEWX CONFIGURATION FILE # +# # +############################################################################## +# # +# Copyright (c) 2009-2013 Tom Keffer # +# See the file LICENSE.txt for your full rights. # +# # +############################################################################## # # $Revision$ # $Author$ # $Date$ # -################################################################################ +############################################################################## # # This section is for general configuration information @@ -31,7 +31,7 @@ socket_timeout = 20 # Do not modify this - it is used by setup.py when installing and updating. version = 2.3.0a5 -################################################################################ +############################################################################## [Station] @@ -66,7 +66,7 @@ version = 2.3.0a5 # Simulator station_type = Vantage -################################################################################ +############################################################################## [Vantage] @@ -121,7 +121,7 @@ version = 2.3.0a5 # The driver to use: driver = weewx.drivers.vantage -################################################################################ +############################################################################## [WMR100] @@ -140,7 +140,7 @@ version = 2.3.0a5 # The driver to use driver = weewx.drivers.wmr100 -################################################################################ +############################################################################## [WMR200] @@ -159,7 +159,7 @@ version = 2.3.0a5 # The driver to use driver = weewx.drivers.wmr200 -################################################################################ +############################################################################## [WMR9x8] @@ -189,7 +189,7 @@ version = 2.3.0a5 # The driver to use driver = weewx.drivers.wmr9x8 -################################################################################ +############################################################################## [FineOffsetUSB] @@ -212,7 +212,7 @@ version = 2.3.0a5 # The driver to use driver = weewx.drivers.fousb -################################################################################ +############################################################################## [WS28xx] @@ -223,7 +223,7 @@ version = 2.3.0a5 # The driver to use driver = weewx.drivers.ws28xx -################################################################################ +############################################################################## [Simulator] @@ -245,7 +245,7 @@ version = 2.3.0a5 driver = weewx.drivers.simulator -################################################################################ +############################################################################## [StdRESTful] # @@ -260,8 +260,8 @@ version = 2.3.0a5 # If you wish to do this, make sure the following two lines are # uncommented and filled out with your station and password: - # station = your Weather Underground station ID here (eg, KORHOODR3) - # password = your password here + # station = your Weather Underground station ID (eg, KORHOODR3) + # password = your Weather Underground password driver = weewx.restful.Ambient @@ -273,8 +273,8 @@ version = 2.3.0a5 # If you wish to do this, make sure the following two lines are # uncommented and filled out with your station and password: - # station = your PWSweather station ID here (eg, KORHOODR3) - # password = your password here + # station = your PWSweather station ID (eg, KORHOODR3) + # password = your PWSweather password driver = weewx.restful.Ambient @@ -298,7 +298,7 @@ version = 2.3.0a5 driver = weewx.restful.CWOP -################################################################################ +############################################################################## [StdReport] @@ -382,7 +382,7 @@ version = 2.3.0a5 # deletion, zero to allow files to accumulate remotely. # delete = 1 -################################################################################ +############################################################################## [StdConvert] @@ -406,7 +406,7 @@ version = 2.3.0a5 # DO NOT MODIFY THIS VALUE UNLESS YOU KNOW WHAT YOU ARE DOING! target_unit = US # Choices are 'US' or 'METRIC' -################################################################################ +############################################################################## [StdCalibrate] @@ -420,7 +420,7 @@ version = 2.3.0a5 # For example: # outTemp = outTemp - 0.2 -################################################################################ +############################################################################## [StdQC] @@ -434,7 +434,7 @@ version = 2.3.0a5 barometer = 28, 32.5 outHumidity = 0, 100 -################################################################################ +############################################################################## [StdArchive] @@ -475,17 +475,17 @@ version = 2.3.0a5 # Thereafter, the types are retrieved from the database. stats_schema = user.schemas.defaultStatsSchema -################################################################################ +############################################################################## [StdTimeSynch] - # How often to check the clock on the weather station for drift (in seconds) + # How often to check the weather station clock for drift (in seconds) clock_check = 14400 # How much it can drift before we will correct it (in seconds): max_drift = 5 -################################################################################ +############################################################################## [Databases] @@ -518,7 +518,7 @@ version = 2.3.0a5 database = stats driver = weedb.mysql -################################################################################ +############################################################################## [Engines]