Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Network function does not work with only one access point #32

Open
iseries1 opened this issue Dec 14, 2018 · 1 comment
Open

Network function does not work with only one access point #32

iseries1 opened this issue Dec 14, 2018 · 1 comment
Assignees
Labels
Milestone

Comments

@iseries1
Copy link

The WiFi.html file is only looking for more than one network. I thought of buying another router or maybe adding an extender.

In function scanAPs the line:
if (data.result.inProgress=="0" && data.result.APs.length>1) {
should be:
if (data.result.inProgress=="0" && data.result.APs.length>0) {

@PropGit
Copy link

PropGit commented Mar 12, 2019

@dbetz - Can you review this issue?

@PropGit PropGit added the bug label Jul 30, 2019
@PropGit PropGit added this to the 2019 Release milestone Jul 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants