cc3000 driver with expanded buffers.
Fork of cc3000_hostdriver_mbedsocket by
Diff: cc3000.cpp
- Revision:
- 16:f3676ae62f96
- Parent:
- 14:28c8bbbea025
- Parent:
- 12:1c2a856c618a
- Child:
- 19:9fdf8b4e41bf
- Child:
- 23:fed7f64dd520
--- a/cc3000.cpp Wed Oct 02 15:29:26 2013 +0000 +++ b/cc3000.cpp Wed Oct 02 16:00:41 2013 +0000 @@ -141,9 +141,9 @@ wait_ms(100); } - + DBG_CC("Smartconfig finished"); - + #ifndef CC3000_UNENCRYPTED_SMART_CONFIG // create new entry for AES encryption key _nvmem.create_entry(NVMEM_AES128_KEY_FILEID, 16); @@ -204,9 +204,9 @@ /* timeout 10 seconds */ if (t.read_ms() > 10000){ ret = false; - + DBG_CC("Connection to AP failed"); - + break; } }