LwIP, native tcp socket, v2.1
This commit is contained in:
parent
15e92f78fb
commit
1234ec6142
@ -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() {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user