Skip to content
This repository has been archived by the owner on Jan 29, 2023. It is now read-only.

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
### Release v1.2.0

1. Permit optionally inputting one set of WiFi SSID/PWD by using `REQUIRE_ONE_SET_SSID_PW == true`
2. Enforce WiFi Password minimum length of 8 chars
3. Enhance MultiWiFi connection logic
  • Loading branch information
khoih-prog authored Apr 14, 2021
1 parent 73eac81 commit 3347a89
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/WiFiManager_NINA_Lite_SAMD.h
Original file line number Diff line number Diff line change
Expand Up @@ -1300,6 +1300,7 @@ class WiFiManager_NINA_Lite

//////////////////////////////////////////////

// New connection logic from v1.2.0
bool connectMultiWiFi(int retry_time)
{
int sleep_time = 250;
Expand Down Expand Up @@ -1423,7 +1424,7 @@ class WiFiManager_NINA_Lite

return wifi_connected;
}

//////////////////////////////////////////////

// NEW
Expand Down

0 comments on commit 3347a89

Please sign in to comment.