mirror of
https://github.com/weewx/weewx.git
synced 2026-04-20 17:46:58 -04:00
V1.13.2
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
"""
|
||||
import time
|
||||
|
||||
__version__="1.13.1"
|
||||
__version__="1.13.2"
|
||||
|
||||
# Holds the program launch time in unix epoch seconds:
|
||||
# Useful for calculating 'uptime.'
|
||||
|
||||
@@ -4,6 +4,16 @@ CHANGE HISTORY
|
||||
For complete documentation, see http://www.weewx.com/docs
|
||||
|
||||
|
||||
1.13.2 05/02/12
|
||||
|
||||
Now allows CWOP stations with prefix 'EW'.
|
||||
|
||||
Fixed bug that showed itself in the line color with plots with 3 or more lines.
|
||||
|
||||
Changed debug message when reaching the end of memory in the VP2 to something
|
||||
slightly less alarming.
|
||||
|
||||
|
||||
1.13.1 03/25/12
|
||||
|
||||
Added finer control over the line plots. Can now add optional markers. The
|
||||
|
||||
@@ -29,7 +29,7 @@ debug = 0
|
||||
socket_timeout = 20
|
||||
|
||||
# Current version
|
||||
version = 1.13.1
|
||||
version = 1.13.2
|
||||
|
||||
############################################################################################
|
||||
|
||||
|
||||
Reference in New Issue
Block a user