LwIP, native tcp socket, v2.1

This commit is contained in:
Takashi Kojo 2014-02-04 16:49:21 +09:00
parent 15e92f78fb
commit 1234ec6142

View File

@ -289,7 +289,7 @@ void *CyaSSL_HTTPS_ClientP_5 = (void *)&CyaSSL_HTTPS_Client_5 ;
#define HTTPS_PORT 443
#define IP_ADDR(a,b,c,d) (((a)|((b)<<8)|((c)<<16)|(d)<<24))
static struct ip_addr server_em = { IP_ADDR(192,168,11,9) } ;
static struct ip_addr server_em = { IP_ADDR(xxx,xxx,xxx,xxx) } ;
void HTTPSClient_main_init() {