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