cc3000 hostdriver with the mbed socket interface
Dependents: cc3000_hello_world_demo cc3000_simple_socket_demo cc3000_ntp_demo cc3000_ping_demo ... more
Diff: cc3000.cpp
- Revision:
- 38:1d374a7f0c0d
- Parent:
- 32:e62d7252401e
- Child:
- 39:03ac37ab34eb
diff -r 9dd909fb7caf -r 1d374a7f0c0d cc3000.cpp
--- a/cc3000.cpp Tue Oct 08 16:38:08 2013 +0200
+++ b/cc3000.cpp Tue Oct 08 22:37:53 2013 +0000
@@ -118,7 +118,7 @@
void cc3000::start_smart_config(const uint8_t *smart_config_key) {
// Reset all the previous configuration
_wlan.ioctl_set_connection_policy(0, 0, 0);
- _wlan.ioctl_del_profile(255);
+ //_wlan.ioctl_del_profile(255);
//Wait until CC3000 is disconected
while (_status.connected == 1)
SimpleLink Wi-Fi CC3000
Avnet Wi-Go System