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 0898503 commit e570a3eCopy full SHA for e570a3e
examples/PachubeClientString/PachubeClientString.ino
@@ -45,7 +45,7 @@ IPAddress ip(10,0,0,20);
45
// initialize the library instance:
46
EthernetClient client;
47
48
-long lastConnectionTime = 0; // last time you connected to the server, in milliseconds
+unsigned 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 unsigned long postingInterval = 10000; //delay between updates to Pachube.com
51
0 commit comments