Murata RF modules are designed to simplify wireless development and certification by minimizing the amount of RF expertise you need to wirelessly enable a wide range of applications.

Revision:
9:0ce800923eda
Parent:
0:8e83b9448758
--- a/Indication/WIFIConnectionIndication.cpp	Mon Feb 15 15:17:50 2016 +0000
+++ b/Indication/WIFIConnectionIndication.cpp	Wed Mar 16 15:04:46 2016 +0000
@@ -16,7 +16,7 @@
     return (WIFICode)GetData()[3];
 }
 
-string WIFIConnectionIndication::GetSSID()
+const char * WIFIConnectionIndication::GetSSID()
 {
-    return string(GetData() + 4);
+    return GetData() + 4;
 }
\ No newline at end of file