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.
Dependencies: HTTPClient NVIC_set_all_priorities cc3000_hostdriver_mbedsocket mbed
Revision 3:ec0169cbc94d, committed 2013-10-08
- Comitter:
- Kojto
- Date:
- Tue Oct 08 14:54:06 2013 +0000
- Parent:
- 2:bc6c789cac58
- Child:
- 4:b61a6b6190be
- Commit message:
- Update host driver to rev 35
Changed in this revision
| cc3000_hostdriver_mbedsocket.lib | Show annotated file Show diff for this revision Revisions of this file |
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/cc3000_hostdriver_mbedsocket.lib Mon Oct 07 17:34:45 2013 +0200 +++ b/cc3000_hostdriver_mbedsocket.lib Tue Oct 08 14:54:06 2013 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/users/Kojto/code/cc3000_hostdriver_mbedsocket/#e62d7252401e +http://mbed.org/users/Kojto/code/cc3000_hostdriver_mbedsocket/#9dd909fb7caf
--- a/main.cpp Mon Oct 07 17:34:45 2013 +0200
+++ b/main.cpp Tue Oct 08 14:54:06 2013 +0000
@@ -72,7 +72,7 @@
void connect_to_ssid(char *ssid, char *key, unsigned char sec_mode) {
printf("Connecting to SSID: %s. Timeout is 10s. \r\n",ssid);
if (wifi.connect_to_AP((uint8_t *)ssid, (uint8_t *)key, sec_mode) == true) {
- printf(" Connected \r\n");
+ printf(" Connected. \r\n");
} else {
printf(" Connection timed-out (error). Please restart. \r\n");
while(1);