ESP8266 Developer Zone The Official ESP8266 Forum 2015-10-12T14:07:31+08:00 https://bbs.espressif.com:443/feed.php?f=7&t=1215 2015-10-12T14:07:31+08:00 2015-10-12T14:07:31+08:00 https://bbs.espressif.com:443/viewtopic.php?t=1215&p=4063#p4063 <![CDATA[Re: Open Source lwip for esp_iot_sdk_v1.4.0 does not compile]]>
Sorry that we missed a header file at first.
Please unzip the user_interface.zip, and replace the \esp_iot_sdk_v1.4.0\include\user_interface.h with the new user_interface.h.
http://bbs.espressif.com/viewtopic.php?f=46&t=1221

Statistics: Posted by ESP_Faye — Mon Oct 12, 2015 2:07 pm


]]>
2015-10-12T04:48:12+08:00 2015-10-12T04:48:12+08:00 https://bbs.espressif.com:443/viewtopic.php?t=1215&p=4054#p4054 <![CDATA[Open Source lwip for esp_iot_sdk_v1.4.0 does not compile]]> http://bbs.espressif.com/viewtopic.php?f=46&t=1124#p4010

Got the following build error:

Code:

dhcpserver.c: In function 'wifi_softap_init_dhcps_lease':
dhcpserver.c:846:17: error: 'struct dhcps_lease' has no member named 'enable'
  if (dhcps_lease.enable == TRUE) {
                 ^

It seems that open source lwip does not define "enable" as a field of dhcps_lease struct.

Please advice.

Statistics: Posted by amirgon — Mon Oct 12, 2015 4:48 am


]]>