Closed
Description
the wifi-debug show a wrong ip address:
IPAddress apIP(192, 168, 1, 1);
WiFi.softAPConfig(apIP, apIP, IPAddress(255, 255, 255, 0));
WiFi.softAP("SSID");
Debug-Ouput:
mode : softAP(1a:fe:34:aa:4f:33)
add if1
dhcp server start:(ip:192.168.4.1,mask:255.255.255.0,gw:192.168.4.1)
bin 100
i can connect and have a ip address in the network 192.168.1/24