Snack dispenser that is triggered by SMS over the internet

Dependencies:   EthernetNetIf TextLCD mbed AX12

Files at this revision

API Documentation at this revision

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
--- 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) {