Skip to content

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

Open
@iseries1

Description

@iseries1

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) {

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions