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

esp8266: Updated documentation for scan() and moved to network #1333

Closed

Conversation

owens-bill
Copy link
Contributor

This PR replaces #1325 and provides documentation updates for #1315 (updated the scan function) and #1332 (moved it from esp to network).

Initiate scanning for the available wireless networks.

Scanning is only possible if the radio is in station or station+AP mode; if
called while in AP only mode, an exception will be raised.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should probably mention that the exception is an OSError (so that users can catch it if needed).

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done, thanks.

@pfalcon
Copy link
Contributor

pfalcon commented Jun 17, 2015

Merging for now, thanks.

@pfalcon pfalcon closed this Jun 17, 2015
@owens-bill owens-bill deleted the network-scan-docfix branch June 18, 2015 11:58
tannewt pushed a commit to tannewt/circuitpython that referenced this pull request Nov 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants