-->
Page 1 of 1

missing code for espconn.h

PostPosted: Fri Feb 03, 2017 9:36 am
by Will H
I get unresolved reference to espconn_secure_sent, espconn_secure _set_size and espconn_secure_connect when I compile. I have #INCLUDE "espconn.h" in my code but that file only has prototypes for these functions.
The ESP8266_nonos API reference manual says that the code for those functions is in espconn.h but I can only find the prototypes. Please help.

Thanks