Skip to content

Commit

Permalink
ESP32: Reduce the Wi-Fi reconnection interval to 100 ms (#24025)
Browse files Browse the repository at this point in the history
The retry interval for reconnection need not be so high. This will help
in reduced time and improved experience for commissioning
  • Loading branch information
dhrishi authored and pull[bot] committed Jul 21, 2023
1 parent ba9f82d commit d193e17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/esp32/components/chip/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ menu "CHIP Device Layer"
config WIFI_STATION_RECONNECT_INTERVAL
int "WiFi Station Interface Reconnect Interval (ms)"
range 0 65535
default 5000
default 100
depends on ENABLE_WIFI_STATION
help
The interval at which the CHIP platform will attempt to reconnect to the configured WiFi network (in milliseconds).
Expand Down

0 comments on commit d193e17

Please sign in to comment.