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: NetworkSocketAPI X_NUCLEO_IDW01M1v2 mbed
Fork of HelloWorld_IDW01M1v2 by
Revision 7:92b5480bb3e4, committed 2016-10-17
- Comitter:
- nikapov
- Date:
- Mon Oct 17 15:26:16 2016 +0000
- Parent:
- 6:196de97a7195
- Child:
- 8:74b827befe72
- Commit message:
- Updated network data.
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Mon Oct 17 15:11:29 2016 +0000
+++ b/main.cpp Mon Oct 17 15:26:16 2016 +0000
@@ -56,8 +56,8 @@
int main() {
int err;
- char * ssid = "crespan";
- char * seckey = "Elfrontal0";
+ char * ssid = "STM";
+ char * seckey = "STMDemo";
pc.printf("\r\nX-NUCLEO-IDW01M1 mbed Application\r\n");
pc.printf("\r\nconnecting to AP\r\n");
