Skip to content

Commit

Permalink
Go back to recording every 120 seconds.
Browse files Browse the repository at this point in the history
  • Loading branch information
dglinder committed Oct 9, 2017
1 parent 8dcb3b3 commit a997881
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SparkThing-Monitor.ino
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ OneWire ds(DATAPIN); // a 4.7K resistor is necessary
// char clientID[] = "xx";
#include "creds.h"

// How long to delay in milliseconds (10,000 == 10 seconds)
#define PUB_DELAY 5000
// How long to delay in milliseconds (10,000 == 10 seconds, 120,000 == 120 seconds == 2 minutes)
#define PUB_DELAY 120000

// Maximum number of temp probes to keep track of.
#define MAXPROBES 3
Expand Down

0 comments on commit a997881

Please sign in to comment.