INSAT_MiniPRoject

Dependencies:   MQTT NDefLib NetworkSocketAPI Servo Light_Sensor_Nucleo X_NUCLEO_IDW01M1v2 mbed

Fork of IDW01M1_Cloud_IBM by ST

Revision:
20:517b559ce91d
Parent:
18:2c229fa282fa
Child:
21:78fac4c1b0fa
--- a/main.cpp	Mon Oct 10 13:52:29 2016 +0000
+++ b/main.cpp	Mon Oct 17 15:47:36 2016 +0000
@@ -55,9 +55,9 @@
 #define MQTT_TLS_PORT 8883
 #define IBM_IOT_PORT MQTT_PORT
 // WiFi network credential
-#define SSID   "crespan"   // Network must be visible otherwise it can't connect
+#define SSID   ""  // Network must be visible otherwise it can't connect
 #define PASSW  ""
-#warning "Wifi password empty"
+#warning "Wifi SSID & password empty"
     
 char id[30] = ID;                 // mac without colons  
 char org[12] = ORG;