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.
Fork of IFTTT by
Revision 9:e24a0eb41b4e, committed 2016-09-10
- Comitter:
- okano
- Date:
- Sat Sep 10 07:28:49 2016 +0000
- Parent:
- 8:935972c2f628
- Commit message:
- Changed to use domain name instead of IP address. This can eliminate effort of updating/editing IP address each time when it is changed
Changed in this revision
ifttt.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r 935972c2f628 -r e24a0eb41b4e ifttt.h --- a/ifttt.h Sun Jan 03 02:04:07 2016 +0000 +++ b/ifttt.h Sat Sep 10 07:28:49 2016 +0000 @@ -27,7 +27,8 @@ #define IFTTT_MAX_SIZE_EVENTNAME 50 #define IFTTT_MAX_SIZE_STRING 512 -#define IFTTT_IP "23.23.215.91" +//#define IFTTT_IP "50.16.216.115" +#define IFTTT_IP "maker.ifttt.com" #define IFTTT_PORT 80 #define IFTTT_GET 0