main.c: In function 'WebServerConn_recv_callback':
main.c:148:31: error: 'esp_tcp' has no member named 'client_port'
os_printf(pespconn->proto.tcp->client_port);
^
main.c:149:20: error: 'struct espconn' has no member named 'tcp'
os_printf(pespconn->tcp.client_port); //How to identify which socket is triggering this WebServerCallback. What if multiple clients are connected?
^
Statistics: Posted by AgentSmithers — Tue Jan 15, 2019 6:45 am
Statistics: Posted by AgentSmithers — Mon Jan 14, 2019 11:06 am