Fork of KL46Z Wifi version. Moved to KL25Z as umbrella stand now requires 2 SPIs, thus requires 46z.

Dependencies:   WIZnet_Library_ASE mbed nanoservice_client_1_12

Fork of Trenton_Doormat_FRDM-KL25Z_ETH by Eric Gowland

Revision:
7:afaa17c11965
Parent:
6:6eaae34586b8
Child:
9:48842d8a1285
--- a/main.h	Sun Oct 06 12:31:50 2013 +0200
+++ b/main.h	Tue Oct 08 15:04:55 2013 +0000
@@ -32,9 +32,9 @@
 #define USE_SMART_CONFIG 0
 
  // Default SSID Settings
-#define AP_KEY       "zxcvbnm,./"
+#define AP_KEY       "test"
 #define AP_SECURITY  WPA2            // WPA2 must be enabled for use with iPhone or Android phone hotspot!
-#define SSID         "SSID"
+#define SSID         "test"
 
 #define USE_DHCP      1
 #define USE_STATIC_IP 2