Commit 509e4cbf4b9af02bc3b1e7a520b86f698b2bbbc7

Authored by Ferràn Quer i Guerrero
1 parent 1c2913c9

--no commit message

Project/applications/smartcities/httpClient.c
@@ -83,7 +83,7 @@ int httpRequest(struct httpHeaders head, char* content, int content_size) @@ -83,7 +83,7 @@ int httpRequest(struct httpHeaders head, char* content, int content_size)
83 neocon = netconn_new(NETCONN_TCP); 83 neocon = netconn_new(NETCONN_TCP);
84 if(neocon == NULL) 84 if(neocon == NULL)
85 { 85 {
86 - printf("\\->Socket creation FAILED\r\n"); 86 + printf("\\->Socket creation FAILED. Have you called liwb\r\n");
87 } 87 }
88 /*local_ip.addr = 0;//getip 88 /*local_ip.addr = 0;//getip
89 netconn_bind(neocon, IP_ADDR_ANY, LOCAL_PORT); //88 is provisional local port.*/ 89 netconn_bind(neocon, IP_ADDR_ANY, LOCAL_PORT); //88 is provisional local port.*/