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: WIFI_API_32kRAM mbed
Fork of NNN40_WiFi by
Diff: main.cpp
- Revision:
- 15:16c3060424e3
- Parent:
- 14:1f8b31c4dcc1
--- a/main.cpp Mon Aug 31 07:19:46 2015 +0000
+++ b/main.cpp Wed Sep 16 02:00:12 2015 +0000
@@ -9,7 +9,7 @@
int main(void)
{
printf("NNN40 init...\n");
- wifi.setAccessPoint("NNN40", "0123456789", SECURITY_WPA2_TKIP_PSK, 2);
+ wifi.setAccessPoint("NNN40_TTWU", "0123456789", SECURITY_WPA2_TKIP_PSK, 2);
EthernetInterface eth;
eth.init();
wait(1);
