Skip to content

Commit e23a4c9

Browse files
author
dacb
committed
prettied up docs
1 parent 202f17e commit e23a4c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Absolutely transparent bridge for the ESP8266
55

66
This is really basic firmware for the ESP that creates a totally transparent TCP socket to ESP UART0 bridge. Characters come in on one interface and go out the other. The totally transparent bridge mode is something that has been missing and is available on higher priced boards.
77

8-
Pros:
8+
**Pros: **
99
* It works. Do you already have a serial project to which you just want to add WiFi? This is your ticket. No more dealing with the AT command set.
1010
* You can program your Arduino over WiFi. Just hit the reset button and upload your sketch using avrdude's socket port, e.g.
1111
```
@@ -34,7 +34,7 @@ The dynamic configuration commands are:
3434
```
3535
Upon success, all commands send back "OK" as their final output. Note that passwords may not contain spaces. For the softAP, the mode is fixed to AUTH_WPA_PSK.
3636

37-
Cons:
37+
**Cons: **
3838
* Unbuffered TCP writes. Each incoming UART character gets sent as a separate TCP packet. This could potentially impact performance, however, in my hands that hasn't been an issue.
3939

4040

0 commit comments

Comments
 (0)