Simple LED control project using CC3100 as Access Point and socket

Dependencies:   mbed

Fork of cc3100_Test_Demo by David Fletcher

Revision:
11:43bc5ac03428
Parent:
10:d24deb1afd1b
Child:
12:1134132a35f1
--- a/main.cpp	Fri May 26 11:17:43 2017 +0000
+++ b/main.cpp	Fri May 26 11:28:09 2017 +0000
@@ -95,7 +95,7 @@
 /*
  * GLOBAL VARIABLES -- Start
  */
-int32_t accessPoint = 0;
+int32_t accessPoint = 1;
 
 /*
  * GLOBAL VARIABLES -- End