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:
15:59f4cee0da79
Parent:
14:5f84f9ae168e
Child:
16:3fb612af0dc5
--- a/main.h	Thu Nov 07 20:30:27 2013 +0000
+++ b/main.h	Tue Mar 25 13:00:09 2014 +0000
@@ -33,9 +33,9 @@
 #define USE_SMART_CONFIG 0
 
  // Default SSID Settings
-#define AP_KEY       "test"
+#define AP_KEY       "goatroom"
 #define AP_SECURITY  WPA2            // WPA2 must be enabled for use with iPhone or Android phone hotspot!
-#define SSID         "test"
+#define SSID         "ASEDEMO2"
 
 #define USE_DHCP      1
 #define USE_STATIC_IP 2
@@ -46,8 +46,8 @@
  
 #define STATIC_IP_OCT1 192
 #define STATIC_IP_OCT2 168
-#define STATIC_IP_OCT3 0
-#define STATIC_IP_OCT4 103
+#define STATIC_IP_OCT3 1
+#define STATIC_IP_OCT4 3
  
 #define STATIC_GW_OCT4 1             // Static Gateway address  = STATIC_IP_OCT1.STATIC_IP_OCT2.STATIC_IP_OCT3.STATIC_GW_OCT4