我正在使用Martin-ger的git回购 https://github.com/martin-ger/lwip_nat_arduino 我尝试为相同的代码进行编译,但出现很多错误 有人可以帮忙吗?
错误:字段“ start_ip”的类型不完整 struct ip_addr start_ip;
错误:字段“ end_ip”的类型不完整 struct ip_addr end_ip;
错误:字段“ ip”的类型不完整 struct ip_addr ip;
错误:无法将“ myIP”从“ IPAddress”转换为“ ip_addr_t {aka ip_addr}” ^ 错误:未在此范围内声明“ IP_NAPT_MAX”
错误:在此范围内未声明“ IP_PORTMAP_MAX”