2018-01-04 02:02 AM
hi,
SPWF04Sx + UART + FW1.1.0
en.x-cube-wifi1_firmware_v3.1.0.zip
wifi module is set in miniAP mode. i would like to activate dhcp server. Variable is 'ip_use_dhcpd' = 1 (on).
But dhcp doesn't work!
To set correctly the server dhcp, i should use variable 'ip_use_dhcpc' = 1 (on). The problem is that ip_use_dhcpc is for Client!
I don't know if it's a bug or if i don't understand well server/client dhcp way.
Please Confirm?
file wifi_const.h:
#define IP_USE_DHCP_SERVER ''ip_use_dhcpd'
#define IP_USE_DHCP_CLIENT 'ip_use_dhcpc'
Thanks
Yoann