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
Diff: es_wifi.c
- Revision:
- 1:3743cb026b26
- Parent:
- 0:c61a93635433
--- 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;