diff options
| author | danicampora <daniel@wipy.io> | 2015-10-20 17:11:24 +0200 |
|---|---|---|
| committer | danicampora <daniel@wipy.io> | 2015-10-21 15:30:56 +0200 |
| commit | 1c7f9b16f0037cf3ca206de1f464d8237587ded7 (patch) | |
| tree | 8eb22fa934552350fa451fd73c2ca98f2c9f947c | |
| parent | ceb169008d93165d461a9ab1b9bb5e9c85d03949 (diff) | |
cc3200: Remove UART info on README.md.
The UART REPL it's not enabled by default anymore.
| -rw-r--r-- | cc3200/README.md | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cc3200/README.md b/cc3200/README.md index 94bab7163..d02e233ce 100644 --- a/cc3200/README.md +++ b/cc3200/README.md @@ -53,8 +53,6 @@ If `WIPY_IP`, `WIPY_USER` or `WIPY_PWD` are omitted the default values (the ones Once the software is running, you have two options to access the MicroPython REPL: -- Through the UART. - **Connect to PORT 22, baud rate = 115200, parity = none, stop bits = 1** - Through telnet. * Connect to the network created by the board (as boots up in AP mode), **ssid = "wipy-wlan", key = "www.wipy.io"**. * You can also reinitialize the WLAN in station mode and connect to another AP, or in AP mode but with a |
