How can I use LWIP to build again and again?
I build the server to connected. but if i want change the port and built it again, it can't to usehave any advise?void tcp_server_init(void) { tpcb = tcp_new(); if (tpcb != NULL) { err_t err; if((Server_port>=9999)||...