libesphttpd
libesphttpd copied to clipboard
Look like libesphttpd not compile on NONOS-SDK
Hi, it looks like library will not work on nonos-sdk because methods in httpd-nonos.c is not compatibe with their prototypes. For example, in httpd.c there is a method CallbackStatus ICACHE_FLASH_ATTR httpdDisconCb(HttpdInstance *pInstance, HttpdConnData *pConn) but in httpd-nonos.c it is invoked as httpdDisconCb(conn, (char*)conn->proto.tcp->remote_ip, conn->proto.tcp->remote_port);
Do you plan to support nonos-layer?
Hi @valkuc. We'll take any contributions that will cleanly improve doing so!