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: GMMP_mbed NTPClient SNICInterface mbed-rtos mbed
Fork of ThingPlug_WiFi_Example2 by
Diff: config.h
- Revision:
- 6:d4016c23c8be
- Parent:
- 5:6786981f9b04
diff -r 6786981f9b04 -r d4016c23c8be config.h
--- a/config.h Mon Aug 10 16:24:30 2015 +0000
+++ b/config.h Wed Aug 12 09:23:59 2015 +0000
@@ -13,7 +13,7 @@
*/
#ifdef USE_SNIC_WIFI
- #define MBED_AP_SSID "T-Smart"//"TIDE867"//"tide855"
+ #define MBED_AP_SSID "TIDE867"//"tide855"
/** Securiry Options
e_SEC_OPEN = 0x00, //Open
e_SEC_WEP = 0x01, // WEP
@@ -21,8 +21,8 @@
e_SEC_WPA2_AES = 0x04, // WPA2-PSK(AES)
e_SEC_WPA2_MIXED = 0x06, // WPA2-PSK(TKIP/AES)
e_SEC_WPA_AES = 0x07 // WPA-PSK(AES) **/
- #define MBED_AP_SECURITY_TYPE e_SEC_OPEN//e_SEC_WPA2_AES//e_SEC_OPEN
- #define MBED_AP_SECUTIRY_KEY ""//"tidetide"
+ #define MBED_AP_SECURITY_TYPE e_SEC_WPA2_AES//e_SEC_WEP//e_SEC_WPA2_AES//e_SEC_OPEN
+ #define MBED_AP_SECUTIRY_KEY "tidetide"
#endif//USE_SNIC_WIFI
