Connected switch with wifi for Project Trenton (weather control switch!). Targets NXP LPC1768 device with WiFly connectivity module.

Dependencies:   WiflyInterface mbed nanoservice_client_1_12

Fork of cc3000_simple_socket_demo by Martin Kojtal

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