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

adds documentation for disconnecting from a network #64

Merged
merged 1 commit into from Dec 18, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions cli.md
Expand Up @@ -57,6 +57,8 @@ Connects to wifi
Connects to a wifi network without a password
#####`tessel wifi -l`
See current wifi status
#####`tessel wifi -d`
Disconnect from the current network and forget its credentials
#####`tessel stop`
#####`tessel check <filename>`
Dumps tessel binary code
Expand Down
5 changes: 5 additions & 0 deletions wifi.md
Expand Up @@ -36,6 +36,11 @@ tessel wifi -l
```
See current wifi status

```sh
tessel wifi -d
```
Disconnect from any currently connected network and forget the credentials

##Example
Here is an example of requesting a website over Tessel's Wifi connection:

Expand Down