Snack dispenser that is triggered by SMS over the internet
Dependencies: EthernetNetIf TextLCD mbed AX12
Revision 1:051c84fbac55, committed 2011-04-11
- Comitter:
- chris
- Date:
- Mon Apr 11 23:18:50 2011 +0000
- Parent:
- 0:529c89c58910
- Commit message:
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 529c89c58910 -r 051c84fbac55 main.cpp --- a/main.cpp Mon Apr 11 23:02:19 2011 +0000 +++ b/main.cpp Mon Apr 11 23:18:50 2011 +0000 @@ -150,7 +150,7 @@ lcd.printf("Ready"); led4 = 1; // this LED flashed with every HTTP request, for sanity - HTTPResult r = http.get("http://danros.org.uk/py/snacks.py/snackcheck", &txt); + HTTPResult r = http.get("http://example.com/snackcheck", &txt); if (r==HTTP_OK) {