Snack dispenser that is triggered by SMS over the internet

Dependencies:   EthernetNetIf TextLCD mbed AX12

Revision:
1:051c84fbac55
Parent:
0:529c89c58910
--- 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) {