martin-ger / lwip_nat_arduino

lwip library with NAT feature for Arduino environment
59 stars 20 forks source link

Why mycode not running well after implementation #5

Closed irwanayeah closed 5 years ago

irwanayeah commented 5 years ago

why WiFi.hostByName not running well after implementation

code before implement

code IPAddress ip; WiFi.hostByName("google.com", ip); Serial.printf("*hostByName google.com ...%s\n", ip.toString().c_str());

output *hostByName google.com ...216.58.216.110

output after implement

output *hostByName google.com ...(IP unset)

any idea?

irwanayeah commented 5 years ago

sorry, I have done

JayantBenjamin commented 4 years ago

Can you tell me how to install "make" ? Another error I'm getting is "Multiple Libraries Found "