Skip to content

Commit

Permalink
Increase wifi connect timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperl authored Oct 1, 2023
1 parent 62eb387 commit 11df025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/extensions/esp32/wifi.toit
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ class WifiModule implements NetworkModule:
static WIFI-SCAN-DONE ::= 1 << 5

static WIFI-RETRY-DELAY_ ::= Duration --s=1
static WIFI-CONNECT-TIMEOUT_ ::= Duration --s=12
static WIFI-CONNECT-TIMEOUT_ ::= Duration --s=24
static WIFI-DHCP-TIMEOUT_ ::= Duration --s=16

logger_/log.Logger ::= log.default.with-name "wifi"
Expand Down

0 comments on commit 11df025

Please sign in to comment.