diff --git a/bin/weewx/drivers/cc3000.py b/bin/weewx/drivers/cc3000.py index 79847512..01806953 100644 --- a/bin/weewx/drivers/cc3000.py +++ b/bin/weewx/drivers/cc3000.py @@ -19,6 +19,10 @@ This driver does not support hardware record_generation. It does support catchup on startup. """ +# FIXME: handle units properly - confirm units with some raw data +# FIXME: do a partial read of memory based on interval size +# FIXME: support non-fixed interval size + from __future__ import with_statement import serial import syslog diff --git a/docs/usersguide.htm b/docs/usersguide.htm index 11eee79b..a6c0a084 100644 --- a/docs/usersguide.htm +++ b/docs/usersguide.htm @@ -1117,6 +1117,10 @@ longitude = -77.0366
station_url