Example program for the BSDInterface
Dependencies: BSDInterface NetworkSocketAPI
Fork of HelloLWIPInterface by
Revision 40:6a90de1da5e2, committed 2016-02-25
- Comitter:
- Christopher Haster
- Date:
- Thu Feb 25 04:14:49 2016 -0600
- Parent:
- 39:418427215a94
- Child:
- 41:83cf71e499ee
- Commit message:
- Cleaned up example
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Thu Feb 25 04:14:27 2016 -0600 +++ b/main.cpp Thu Feb 25 04:14:49 2016 -0600 @@ -30,7 +30,7 @@ t.attach(flash, 0.4f); printf("NetworkSocketAPI Example\r\n"); - wifi.connect("Sniffer", "Sandcastle"); + wifi.connect("ssid", "password"); const char *ip = wifi.getIPAddress(); const char *mac = wifi.getMACAddress();