
Simple example demonstrating WiConnect host library web setup feature.
Revision 4:3e2bd0076147, committed 2014-08-25
- Comitter:
- dan_ackme
- Date:
- Mon Aug 25 18:59:25 2014 +0000
- Parent:
- 3:f8aab3765057
- Child:
- 5:c2f5fe209c10
- Commit message:
- print IP after completion
Changed in this revision
example.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/example.cpp Sat Aug 23 13:02:50 2014 +0000 +++ b/example.cpp Mon Aug 25 18:59:25 2014 +0000 @@ -138,6 +138,7 @@ // STEP 5: Done! //------------------------------------------------------------------------- + printf("IP Address: %s\r\n", wiconnect.getIpAddress()); printf("Web setup example has completed!\r\n"); for(;;); // infinite loop