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 DISCO_L475VG_IOT01A_wifi by
Revision 1:3743cb026b26, committed 2017-11-25
- Comitter:
- lravenwolf
- Date:
- Sat Nov 25 22:44:29 2017 +0000
- Parent:
- 0:c61a93635433
- Commit message:
- asdf
Changed in this revision
es_wifi.c | Show annotated file Show diff for this revision Revisions of this file |
wifi.c | Show annotated file Show diff for this revision Revisions of this file |
diff -r c61a93635433 -r 3743cb026b26 es_wifi.c --- a/es_wifi.c Thu Aug 17 15:26:02 2017 +0000 +++ b/es_wifi.c Sat Nov 25 22:44:29 2017 +0000 @@ -815,6 +815,7 @@ const char* Password, ES_WIFI_SecurityType_t SecType) { + printf("\n> Setting Up Connection"); ES_WIFI_Status_t ret; sprintf((char*)Obj->CmdData,"C1=%s\r", SSID); @@ -1373,6 +1374,7 @@ */ ES_WIFI_Status_t ES_WIFI_StartServerSingleConn(ES_WIFIObject_t *Obj, ES_WIFI_Conn_t *conn) { + printf("> Starting Server"); ES_WIFI_Status_t ret = ES_WIFI_STATUS_ERROR; char *ptr;
diff -r c61a93635433 -r 3743cb026b26 wifi.c --- a/wifi.c Thu Aug 17 15:26:02 2017 +0000 +++ b/wifi.c Sat Nov 25 22:44:29 2017 +0000 @@ -327,6 +327,7 @@ if(ES_WIFI_StopClientConnection(&EsWifiObj, &conn)== ES_WIFI_STATUS_OK) { + ret = WIFI_STATUS_OK; } return ret;