Search found 1 match

by marswu
Fri Oct 27, 2017 2:55 am
Forum: ESP-IDF
Topic: AP Mode DHCP range
Replies: 0
Views: 2722

AP Mode DHCP range

Hi, Question on esp32 with ESP-IDF v2.1 I want esp32 to turn to AP mode and set the DHCP range. For example , I want the clients who connect to ESP32 AP to get IP from "10.10.7.5" to "10.10.7.10", and the EPS32 AP ip_mask to be "255.255.255.0" and ip_Gateway to be "10.10.7.1" . I can do the AP mode ...