|
|
@ -13,6 +13,9 @@
|
|
|
|
#define ADAFRUIT_CC3000_VBAT 5
|
|
|
|
#define ADAFRUIT_CC3000_VBAT 5
|
|
|
|
#define ADAFRUIT_CC3000_CS 10
|
|
|
|
#define ADAFRUIT_CC3000_CS 10
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#define WLAN_SSID "YourAP-SSID" // cannot be longer than 32 characters!
|
|
|
|
|
|
|
|
#define WLAN_PASS "Your-Password"
|
|
|
|
|
|
|
|
|
|
|
|
#define WLAN_SECURITY WLAN_SEC_WPA2
|
|
|
|
#define WLAN_SECURITY WLAN_SEC_WPA2
|
|
|
|
// Security can be WLAN_SEC_UNSEC, WLAN_SEC_WEP, WLAN_SEC_WPA or WLAN_SEC_WPA2
|
|
|
|
// Security can be WLAN_SEC_UNSEC, WLAN_SEC_WEP, WLAN_SEC_WPA or WLAN_SEC_WPA2
|
|
|
|
#define IDLE_TIMEOUT_MS 3000
|
|
|
|
#define IDLE_TIMEOUT_MS 3000
|
|
|
|