Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: BufferedSerial EndpointMain-hello-salesforce Logger EthernetInterface SalesforceInterface mbed-rtos mbed C12832
Diff: sf_creds.h
- Revision:
- 13:f5d16e9125ca
- Parent:
- 11:ace3ffbb2f4e
- Child:
- 14:5d9fffe3dc7c
--- a/sf_creds.h Mon Sep 22 04:28:12 2014 +0000 +++ b/sf_creds.h Mon Sep 22 19:03:13 2014 +0000 @@ -1,5 +1,6 @@ - /* Tunables: Salesforce Credentials */ + // Tunables: Salesforce Credentials / char *username = "xxx@yyy.zzz"; char *password = "password_goes_here"; // must be of the form: [password][security token] char *client_id = "customer key goes here"; - char *client_secret = "client secret goes here"; \ No newline at end of file + char *client_secret = "client secret goes here"; + \ No newline at end of file