1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-01-17 06:52:18 +01:00

Updated pachubeClientStirng to fix posting interval bug

This commit is contained in:
Tom Igoe 2012-03-02 17:17:15 -05:00
parent 366a490973
commit 59f68ebd8c

View File

@ -47,7 +47,7 @@ EthernetClient client;
long lastConnectionTime = 0; // last time you connected to the server, in milliseconds
boolean lastConnected = false; // state of the connection last time through the main loop
const int postingInterval = 10000; //delay between updates to Pachube.com
const unsigned long postingInterval = 10000; //delay between updates to Pachube.com
void setup() {
// start serial port: