diff --git a/modules/distribution/src/sketches/arduino/ArduinoBoardSketch.h b/modules/distribution/src/sketches/arduino/ArduinoBoardSketch.h index e2891ad1..541672ea 100644 --- a/modules/distribution/src/sketches/arduino/ArduinoBoardSketch.h +++ b/modules/distribution/src/sketches/arduino/ArduinoBoardSketch.h @@ -9,8 +9,8 @@ #define ADAFRUIT_CC3000_VBAT 5 #define ADAFRUIT_CC3000_CS 10 -#define WLAN_SSID "linksys" // cannot be longer than 32 characters! -#define WLAN_PASS "ramsgate717" +#define WLAN_SSID "SSID" // cannot be longer than 32 characters! +#define WLAN_PASS "password" #define WLAN_SECURITY WLAN_SEC_WPA // Security can be WLAN_SEC_UNSEC, WLAN_SEC_WEP, WLAN_SEC_WPA or WLAN_SEC_WPA2 diff --git a/modules/distribution/src/sketches/firealarm_wifi/FireAlarmWifiAgent.h b/modules/distribution/src/sketches/firealarm_wifi/FireAlarmWifiAgent.h index 8ef7bc05..340b70f4 100644 --- a/modules/distribution/src/sketches/firealarm_wifi/FireAlarmWifiAgent.h +++ b/modules/distribution/src/sketches/firealarm_wifi/FireAlarmWifiAgent.h @@ -34,8 +34,8 @@ -#define WLAN_SSID "linksys" // cannot be longer than 32 characters! -#define WLAN_PASS "ramsgate717" +#define WLAN_SSID "SSID" // cannot be longer than 32 characters! +#define WLAN_PASS "PASSWORD" #define WLAN_SECURITY WLAN_SEC_WPA // Security can be WLAN_SEC_UNSEC, WLAN_SEC_WEP, WLAN_SEC_WPA or WLAN_SEC_WPA2 diff --git a/modules/distribution/src/sketches/sensebot_wifi/SenseBotWifiAgent.h b/modules/distribution/src/sketches/sensebot_wifi/SenseBotWifiAgent.h index ef6037d5..163316eb 100644 --- a/modules/distribution/src/sketches/sensebot_wifi/SenseBotWifiAgent.h +++ b/modules/distribution/src/sketches/sensebot_wifi/SenseBotWifiAgent.h @@ -9,8 +9,8 @@ #define ADAFRUIT_CC3000_VBAT 5 #define ADAFRUIT_CC3000_CS 10 -#define WLAN_SSID "linksys" // cannot be longer than 32 characters! -#define WLAN_PASS "ramsgate717" +#define WLAN_SSID "SSID" // cannot be longer than 32 characters! +#define WLAN_PASS "password" #define WLAN_SECURITY WLAN_SEC_WPA // Security can be WLAN_SEC_UNSEC, WLAN_SEC_WEP, WLAN_SEC_WPA or WLAN_SEC_WPA2