[GH-ISSUE #337] detect router unlink #285

Closed
opened 2026-02-28 01:24:30 +03:00 by kerem · 2 comments
Owner

Originally created by @plcabgut on GitHub (Mar 22, 2017).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/337

how can i detect if the router is down?

Originally created by @plcabgut on GitHub (Mar 22, 2017). Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/337 how can i detect if the router is down?
kerem closed this issue 2026-02-28 01:24:31 +03:00
Author
Owner

@Daemach commented on GitHub (Mar 22, 2017):

WiFi.status();

<!-- gh-comment-id:288563648 --> @Daemach commented on GitHub (Mar 22, 2017): WiFi.status();
Author
Owner

@merlokk commented on GitHub (Apr 19, 2017):

if (WiFi.status() != WL_CONNECTED) {
delay(100); // here you can do something
}

<!-- gh-comment-id:295249271 --> @merlokk commented on GitHub (Apr 19, 2017): ` if (WiFi.status() != WL_CONNECTED) {` ` delay(100); // here you can do something` ` }`
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/WiFiManager#285
No description provided.