SKTelecom_ThingPlug / Mbed 2 deprecated ThingPlug_WiFi_Example_2

Dependencies:   GMMP_mbed NTPClient SNICInterface mbed-rtos mbed

Fork of ThingPlug_WiFi_Example2 by Sangmin Lee

Revision:
6:d4016c23c8be
Parent:
5:6786981f9b04
--- 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