Skip to content

Commit 9a13d21

Browse files
committed
Fixed typo in PachubeClientString example
1 parent 9fd14df commit 9a13d21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/Ethernet/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)