From 1c7f9b16f0037cf3ca206de1f464d8237587ded7 Mon Sep 17 00:00:00 2001
From: danicampora <daniel@wipy.io>
Date: Tue, 20 Oct 2015 17:11:24 +0200
Subject: [PATCH] cc3200: Remove UART info on README.md.

The UART REPL it's not enabled by default anymore.
---
 cc3200/README.md | 2 --
 1 file changed, 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
-- 
GitLab