Skip to content

Commit

Permalink
changed sampke count to 100
Browse files Browse the repository at this point in the history
  • Loading branch information
donaldbales committed Jul 30, 2015
1 parent 2643d8c commit 3c09319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecospec.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class EcoSpec:
PRECIP_SENSOR = 4
ONE_MINUTE = 60
THIRTY_MINUTES = 30 * 60
SAMPLE_COUNT = "200"
SAMPLE_COUNT = "100"

def __init__(self):
log("Ecospec.__init__()...")
Expand Down

0 comments on commit 3c09319

Please sign in to comment.