Skip to content

Commit 39432a7

Browse files
committed
Fixed typo in PachubeClientString example
1 parent e7ec3d8 commit 39432a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/PachubeClientString/PachubeClientString.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
#include <Ethernet.h>
3333

3434

35-
/#define APIKEY "YOUR API KEY GOES HERE" // replace your Pachube api key here
35+
#define APIKEY "YOUR API KEY GOES HERE" // replace your Pachube api key here
3636
#define FEEDID 00000 // replace your feed ID
3737
#define USERAGENT "My Project" // user agent is the project name
3838

0 commit comments

Comments
 (0)