From 9a13d211ba5e7983016c5d42554d72eb0518a68f Mon Sep 17 00:00:00 2001 From: Scott Date: Fri, 12 Oct 2012 15:59:45 -0400 Subject: [PATCH] Fixed typo in PachubeClientString example --- .../examples/PachubeClientString/PachubeClientString.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/Ethernet/examples/PachubeClientString/PachubeClientString.ino b/libraries/Ethernet/examples/PachubeClientString/PachubeClientString.ino index 7fd990730..26472d12f 100644 --- a/libraries/Ethernet/examples/PachubeClientString/PachubeClientString.ino +++ b/libraries/Ethernet/examples/PachubeClientString/PachubeClientString.ino @@ -32,7 +32,7 @@ #include -/#define APIKEY "YOUR API KEY GOES HERE" // replace your Pachube api key here +#define APIKEY "YOUR API KEY GOES HERE" // replace your Pachube api key here #define FEEDID 00000 // replace your feed ID #define USERAGENT "My Project" // user agent is the project name