Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of cc3000_hostdriver_mbedsocket by
Diff: cc3000.cpp
- Revision:
- 38:1d374a7f0c0d
- Parent:
- 32:e62d7252401e
- Child:
- 39:03ac37ab34eb
--- 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)
