Skip to content

Commit

Permalink
access point: do not require passkey
Browse files Browse the repository at this point in the history
For open networks & match previous form behavior
  • Loading branch information
tcsullivan authored May 28, 2024
1 parent 8e8eae6 commit 6914c8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noisemeter-device/access-point.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const char *AccessPoint::htmlSetup =
"<p>SSID:</p>"
"<input type='text' name='ssid' required>"
"<p>Password:</p>"
"<input type='password' name='psk' required>"
"<input type='password' name='psk'>"
"<p>Email (if registering new device):</p>"
"<input type='email' name='email'>"
"<input type='submit' value='Connect'>"
Expand Down

0 comments on commit 6914c8c

Please sign in to comment.