diff options
author | tigoe <tom.igoe@gmail.com> | 2013-05-30 23:10:48 -0400 |
---|---|---|
committer | tigoe <tom.igoe@gmail.com> | 2013-05-30 23:10:48 -0400 |
commit | 0b4ab151fe8b7e96431629f272828ed99ca94dd4 (patch) | |
tree | c294bf40f482be6dd32f207c3a13521532b9f91b /libraries | |
parent | 05a255855600d9a6e05c2c688a7100b5b353ba55 (diff) |
Ignore passwords.h for xively client
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/Bridge/examples/XivelyClient/passwords.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libraries/Bridge/examples/XivelyClient/passwords.h b/libraries/Bridge/examples/XivelyClient/passwords.h deleted file mode 100644 index 0c6fa14..0000000 --- a/libraries/Bridge/examples/XivelyClient/passwords.h +++ /dev/null @@ -1,5 +0,0 @@ - -#define APIKEY "XXXXXXXX" // replace your pachube api key here -#define FEEDID 00000 // replace your feed ID -#define USERAGENT "home-sensors" // user agent is the project name - |