Skip to content

WIFI.isconnected stil false after router reboot but ping requests reponse etc works #4210

Closed
@d00lar

Description

@d00lar

Hardware

Hardware: sonoff basic and, nodemcu
Core Version: 2.4

Description

hi
i found out then after reboot my router esp reconnects to network response to pings
even handle webserwer etc

but i disable my home wifi during nights and have some function to hanndle night and other for day

if(WiFi.isConnected())
{
	.......
}

and at morning after my home wifi is enabled again
isconnected still return false..
checked also

if (WiFi.status() == WL_CONNECTED)

it also still return false

is there any other way to handle it propertly ?

on 2.3 (WiFi.status() == WL_CONNECTED) was working fine....

Thank you and best regards

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions