1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-11-29 10:24:12 +01:00

Fixed typo in PachubeClientString example

This commit is contained in:
Scott 2012-10-12 15:59:45 -04:00
parent 9fd14df549
commit 9a13d211ba

View File

@ -32,7 +32,7 @@
#include <Ethernet.h>
/#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