We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cc30d8 commit 3ebb306Copy full SHA for 3ebb306
examples/PachubeClientString/PachubeClientString.ino
@@ -47,7 +47,7 @@ EthernetClient client;
47
48
long lastConnectionTime = 0; // last time you connected to the server, in milliseconds
49
boolean lastConnected = false; // state of the connection last time through the main loop
50
-const int postingInterval = 10000; //delay between updates to Pachube.com
+const unsigned long postingInterval = 10000; //delay between updates to Pachube.com
51
52
void setup() {
53
// start serial port:
0 commit comments