Skip to content
This repository was archived by the owner on Oct 28, 2023. It is now read-only.

Commit a02a452

Browse files
author
Niek Blankers
committed
Reduce WiFi timeout to 10s
1 parent 4666abb commit a02a452

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

esp32/modules/installer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
ugfx.string(140,75, "WiFi","PermanentMarker22",ugfx.WHITE)
1515
ugfx.flush()
1616

17-
timeout = 500
17+
timeout = 100
1818
while not wifi.sta_if.isconnected():
1919
time.sleep(0.1)
2020
timeout = timeout - 1

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy