Skip to content

WiFi debug not correct #1316

Closed
Closed
@onkelfunny

Description

@onkelfunny

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions